iPhone: Anwendungsentwicklung für Einsteiger
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Unterhaching
entwickler.press
2009
|
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | 255 S. Ill., graph. Darst. |
ISBN: | 9783868020311 3868020314 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035847260 | ||
003 | DE-604 | ||
005 | 20230119 | ||
007 | t | ||
008 | 091126s2009 gw ad|| |||| 00||| ger d | ||
015 | |a 09,N10,0065 |2 dnb | ||
016 | 7 | |a 992626560 |2 DE-101 | |
020 | |a 9783868020311 |c PB. : EUR 44.90 |9 978-3-86802-031-1 | ||
020 | |a 3868020314 |9 3-86802-031-4 | ||
024 | 3 | |a 9783868020311 | |
035 | |a (OCoLC)472478144 | ||
035 | |a (DE-599)DNB992626560 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c XA-DE-BY | ||
049 | |a DE-1051 |a DE-29T |a DE-83 |a DE-863 |a DE-11 |a DE-20 | ||
082 | 0 | |a 621.38456 | |
084 | |a ST 165 |0 (DE-625)143600: |2 rvk | ||
084 | |a ST 230 |0 (DE-625)143617: |2 rvk | ||
084 | |a ST 273 |0 (DE-625)143640: |2 rvk | ||
084 | |a ST 325 |0 (DE-625)143661: |2 rvk | ||
084 | |a ST 326 |0 (DE-625)143662: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
084 | |a 620 |2 sdnb | ||
100 | 1 | |a Kain, Michael |e Verfasser |0 (DE-588)1013409868 |4 aut | |
245 | 1 | 0 | |a iPhone |b Anwendungsentwicklung für Einsteiger |c Michael Kain |
264 | 1 | |a Unterhaching |b entwickler.press |c 2009 | |
300 | |a 255 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a iPhone | |
650 | 0 | 7 | |a iPhone |0 (DE-588)7596595-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a iPhone |0 (DE-588)7596595-1 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=3242622&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018705418&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
942 | 1 | 1 | |c 621.38456 |e 22/bsb |
942 | 1 | 1 | |e 22/bsb |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-018705418 |
Datensatz im Suchindex
DE-BY-863_location | 1340 |
---|---|
DE-BY-FWS_call_number | 1340/ST 273 K13st |
DE-BY-FWS_katkey | 367724 |
DE-BY-FWS_media_number | 083101120086 |
_version_ | 1806528662568173568 |
adam_text |
INHALTSVERZEICHNIS E KOAUTOR UND REVIEWER 11 V VORWORT 13 1 EINLEITUNQ
17 1.1 VORAUSSETZUNGEN 17 1.2 DIE IPHONE-FORMEL 1 19 1.2.1 DAS
QUALIFYING - OBJECTIVE-C UND COCOA TOUCH 20 1.2.2 DAS RENNEN - DIE
EIGENE ANWENDUNG 21 1.2.3 DER RENNWAGEN - XCODE 21 1.2.4 DER BOXENSTOPP
- DEV CENTER UND PROGRAM PORTAL 24 1.2.5 DIE VERMARKTUNGSRECHTE - ITUNES
CONNECT UND ITUNES 25 2 EINSTIEG IN DIE WELT DES PHONES 27 2.1 MEINE
ERSTE APPLIKATION: RICHTIG ODER FALSCH? 27 2.1.1 EDITIEREN DER
HEADER-DATEI 31 2.1.2 EDITIEREN DER IMPLEMENTATION-DATEI 31 2.1.3
INTERFACE BUILDER: ERSTELLUNG DER GUI 32 2.1.4 INTERFACE BUILDER:
VERKNUEPFUNG VON CODE UND GUI 36 2.1.5 TARGET-ACTIONS 37 2.1.6 OUTLETS 39
2.2 OBJECTIVE-C: KLASSEN UND NACHRICHTEN 41 2.2.1 INTERFACE-ABSCHNITT
41 2.2.2 @IMPLEMENTATION-ABSCHNITT 42 2.2.3 METHODEN UND NACHRICHTEN 42
2.2.4 DEKLARATION UND DEFINITION VON METHODEN 43 2.2.5 METHODEN MIT
MEHREREN ARGUMENTEN 43 2.3 OBJECTIVE-C: VARIABLEN UND PROPERTIES 45
2.3.1 ATTRIBUTE VON PROPERTY 46 2.3.2 DOT-NOTATION 48 BIBLIOGRAFISCHE
INFORMATIONEN HTTP://D-NB.INFO/992626560 DIGITALISIERT DURCH
INHALTSVERZEICHNIS OBJECTIVE-C: SPEICHERVERWALTUNG 2.4.1 2.4.2 2.4.3
2.4.4 2.4.5 RETAIN-COUNT RETAIN UND RELEASE AUTORELEASE SPEICHERREGELN
STRINGS UND ARRAYS LEBENSZYKLUS, DELEGATION UND PROTOKOLLE 2.5.1 2.5.2
2.5.3 2.5.4 VIER METHODEN STARTEN UND BEENDEN UNTERBRECHUNGEN DELEGATION
UND PROTOKOLLE 2.4 OBJECTIVE-C: SPEICHERVERWALTUNG 49 50 51 51 52 53 2.5
LEBENSZYKLUS, DELEGATION UND PROTOKOLLE 54 54 55 57 58 2.6 APPLICATION
ICON UND EIGENE GRAFIKEN 59 2.6.1 EINFUEGEN EINER GRAFIK 59 2.6.2
GRAFIKEN IN EINER TOOLBAR 62 2.6.3 WEITERE EIGENE GRAFIKEN 65 3
ENTWICKELN MIT DEM IPHONE-SIMULATOR 67 3.1 INFORMATION PROPERTY LIST UND
NSDICTIONARY 68 3.1.1 INFO.PUEST 68 3.1.2 PROPERTY-LIST-OBJEKTE 71 3.1.3
PROPERTY-LIST-FORMATE 72 3.1.4 NSDICTIONARY 74 3.2 PRAXIS: PROPERTY LIST
EDITOR 76 3.2.1 ANLEGEN EINER PROPERTY LIST 76 3.2.2 VERSTEHEN DES
DATENMODELLS 77 3.2.3 EDITIEREN EINER PROPERTY LIST 78 3.3 PRAXIS:
PROPERTY LIST API 80 3.3.1 NSLOGO 83 3.4 DEBUGGING 84 3.4.1 PRINT
DESCRIPTION TO CONSOLE 87 3.4.2 BREAKPOINTS WINDOW 88 3.5
BENUTZEREINSTELLUNGEN 89 3.5.1 SETTINGS BUNDLE 90 3.5.
INHALTSVERZEICHNIS 3.6 AUTOROTATION UND AUTOSIZING 100 3.6.1
AUTOROTATION 101 3.6.2 AUTOSIZING 102 3.7 ANWENDUNGEN MIT MEHREREN VIEWS
107 3.7.1 WINDOW UND VIEWS 107 3.7.2 ANLEGEN EINES ROOT-VIEW-CONTROLLERS
109 3.7.3 ANLEGEN ZWEIER CONTENT VIEWS 113 3.7.4 IMPLEMENTIERUNG DES
ROOT-VIEW-CONTROLLERS 115 3.8 TEXT FIELD 118 3.8.1 EINFUEGEN EINES TEXT
FIELDS 119 3.8.2 AUSBLENDEN DES KEYBOARDS 121 3.8.3 VERSCHIEBEN DES
VIEWS 123 3.9 TABLE VIEW 129 3.9.1 EINFUEGEN EINES TABLE VIEWS 130 3.9.2
EDITIEREN DER TABLE VIEW DATA SOURCE 132 3.9.3 EDITIEREN DES TABLE VIEW
DELEGATE 135 3.9.4 TABLE VIEW CELL: SUB-VIEWS 137 3.9.5 TABLE VIEW CELL:
VERERBUNG 141 3.10 INTERNATIONALISIERUNG 147 3.10.1 SPRACHE, REGION UND
.LPROJ-ORDNER 148 3.10.2 LOKALISIEREN VON RESSOURCEN 149 3.10.3
LOKALISIEREN VON ZEICHENKETTEN 153 3.11 SOUNDS 159 3.11.1 SOUND-FORMATE
159 3.11.2 EDITIEREN DER HEADER-DATEI 160 3.11.3 INTERFACE BUILDER: GUI
UND CONNECTIONS 162 3.11.4 EINFUEGEN EINES SOUNDS 162 3.11.5 EDITIEREN
DER IMPLEMENTATION-DATEI 163 4 TESTEN AUF DEM GERAET 165 4.1 DEVELOPMENT
PROVISIONING 166 4.1.1 PROVISIONING PROFILES 168 4.1.2 UNIQUE DEVICE
IDENTIFIERS UND APP IDS 169 4.1.3 ANLEGEN EINES GERAETES 171 4.1.4
ANLEGEN EINER APP ID 171 4.1.5 ANLEGEN EINES ZERTIFIKATES 172 4.1.6
ANLEGEN UND INSTALLATION: DEVELOPMENT PROVISIONING PROFILES 174 4.1.
INHALTSVERZEICHNIS 4.2 ORGANIZER 178 4.3 KAMERA UND FOTOALBUM 180 4.3.1
EINFUEGEN EINES IMAGE VIEWS 181 4.3.2 EDITIEREN DER HEADER-DATEI 183
4.3.3 HERSTELLEN DER CONNECTIONS 183 4.3.4 EDITIEREN DER
IMPLEMENTATION-DATEI 184 4.4 TOUCHES UND PINCH 188 4.4.1 EVENTS UND
TOUCHES 189 4.4.2 KONFIGURIEREN FUER MULTI-TOUCH-EVENTS 191 4.4.3
VERSCHIEBEN DES IMAGE VIEWS 193 4.4.4 SKALIEREN DES IMAGE VIEWS 196
4.4.5 TAPS UND TAP COUNTS 198 4.5 ORTSBESTIMMUNG 200 4.5.1 HINZUFUEGEN
EINES FRAMEWORKS 202 4.5.2 EDITIEREN DER HEADER-DATEI 207 4.5.3
HERSTELLEN DER CONNECTIONS 207 4.5.4 EDITIEREN DER IMPLEMENTATION-DATEI
208 4.6 INSTRUMENTS 215 4.6.1 INSTRUMENTS WINDOW 216 4.6.2 LEAKS: EIN
BEISPIEL 218 5 VERTRIEB 223 5.1 DISTRIBUTION PROVISIONING 224 5.1.1
ANLEGEN EINES ZERTIFIKATES 225 5.1.2 ANLEGEN UND INSTALLATION:
DISTRIBUTION PROVISIONING PROFILES 225 5.1.3 XCODE: DISTRIBUTION BUILD
226 5.2 ITUNES CONNECT 229 5.2.1 APPLICATION-MANAGEMENT 231 5.2.2
VERTRAGS-MANAGEMENT 235 5.2.3 BERICHTE-MANAGEMENT 237 5.2.4
BENUTZER-MANAGEMENT 238 STICHWORTVERZEICHNIS 253 INHALTSVERZEICHNIS 6
UEBER DEN TELLERRAND 241 6.1 WERBUNG MIT ADMOB 241 6.1.1 WERBEFINANZIERTE
APPLIKATIONEN: VOR- UND NACHTEILE 242 6.1.2 AUSLIEFERUNG DER WERBUNG 243
6.1.3 ARTEN VON WERBEBANNERN 244 6.1.4 EINBINDEN DES ADMOB-SDK 244 6.1.5
FAZIT ZU ADMOB 247 6.2 SPIELEENTWICKLUNG MIT UNITY 248 6.2.1
PREVIEW-MODUS UND FERNSTEUERUNG 249 6.2.2 PROGRAMMIEREN IN JAVASCRIPT,
C# UND PYTHON 250 6.2.3 LIZENZIERUNG VON UNITY 251 6.2.4 FAZIT ZU UNITY
251 |
any_adam_object | 1 |
author | Kain, Michael |
author_GND | (DE-588)1013409868 |
author_facet | Kain, Michael |
author_role | aut |
author_sort | Kain, Michael |
author_variant | m k mk |
building | Verbundindex |
bvnumber | BV035847260 |
classification_rvk | ST 165 ST 230 ST 273 ST 325 ST 326 |
ctrlnum | (OCoLC)472478144 (DE-599)DNB992626560 |
dewey-full | 621.38456 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 621 - Applied physics |
dewey-raw | 621.38456 |
dewey-search | 621.38456 |
dewey-sort | 3621.38456 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Maschinenbau / Maschinenwesen Informatik Elektrotechnik / Elektronik / Nachrichtentechnik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV035847260</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20230119</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">091126s2009 gw ad|| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">09,N10,0065</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">992626560</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783868020311</subfield><subfield code="c">PB. : EUR 44.90</subfield><subfield code="9">978-3-86802-031-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3868020314</subfield><subfield code="9">3-86802-031-4</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783868020311</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)472478144</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB992626560</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BY</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1051</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-863</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-20</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">621.38456</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 165</subfield><subfield code="0">(DE-625)143600:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 230</subfield><subfield code="0">(DE-625)143617:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 273</subfield><subfield code="0">(DE-625)143640:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 325</subfield><subfield code="0">(DE-625)143661:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 326</subfield><subfield code="0">(DE-625)143662:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">620</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kain, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1013409868</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">iPhone</subfield><subfield code="b">Anwendungsentwicklung für Einsteiger</subfield><subfield code="c">Michael Kain</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Unterhaching</subfield><subfield code="b">entwickler.press</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">255 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">iPhone</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">iPhone</subfield><subfield code="0">(DE-588)7596595-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">iPhone</subfield><subfield code="0">(DE-588)7596595-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=3242622&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018705418&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="942" ind1="1" ind2="1"><subfield code="c">621.38456</subfield><subfield code="e">22/bsb</subfield></datafield><datafield tag="942" ind1="1" ind2="1"><subfield code="e">22/bsb</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-018705418</subfield></datafield></record></collection> |
id | DE-604.BV035847260 |
illustrated | Illustrated |
indexdate | 2024-08-05T08:39:47Z |
institution | BVB |
isbn | 9783868020311 3868020314 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-018705418 |
oclc_num | 472478144 |
open_access_boolean | |
owner | DE-1051 DE-29T DE-83 DE-863 DE-BY-FWS DE-11 DE-20 |
owner_facet | DE-1051 DE-29T DE-83 DE-863 DE-BY-FWS DE-11 DE-20 |
physical | 255 S. Ill., graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | entwickler.press |
record_format | marc |
spellingShingle | Kain, Michael iPhone Anwendungsentwicklung für Einsteiger iPhone iPhone (DE-588)7596595-1 gnd |
subject_GND | (DE-588)7596595-1 |
title | iPhone Anwendungsentwicklung für Einsteiger |
title_auth | iPhone Anwendungsentwicklung für Einsteiger |
title_exact_search | iPhone Anwendungsentwicklung für Einsteiger |
title_full | iPhone Anwendungsentwicklung für Einsteiger Michael Kain |
title_fullStr | iPhone Anwendungsentwicklung für Einsteiger Michael Kain |
title_full_unstemmed | iPhone Anwendungsentwicklung für Einsteiger Michael Kain |
title_short | iPhone |
title_sort | iphone anwendungsentwicklung fur einsteiger |
title_sub | Anwendungsentwicklung für Einsteiger |
topic | iPhone iPhone (DE-588)7596595-1 gnd |
topic_facet | iPhone |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=3242622&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018705418&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kainmichael iphoneanwendungsentwicklungfureinsteiger |
Beschreibung
THWS Würzburg Teilbibliothek SHL, Raum I.2.11
Signatur: |
1340 ST 273 K13st |
---|---|
Exemplar 1 | nicht ausleihbar Verfügbar Bestellen |