SlideShare a Scribd company logo
1 of 14
Affordable iPhone Mobile Apps
Development Services
Introduction to iPhone Development
TaskContents
Application Runtime
CoreArchitecture and Life-cycles
What’sin a bundle?
Theresources in an app bundle
Customizing Behavior
How does it launch? IPC?
Relation with Tools
How do we get the app on thephone?4
1
2
3
Application Life-Cycle
How yourapplication livesand dies
User taps icon onhome screen
main()
UIApplicationMain()
Event
Loop
System requests termination
Application actually terminates
Main and UI Application
• main()
■ Justlike any other main functions (C,C++, etc)
■ Createstop-level autorelease pool
■ Starts application with UIApplicationMain
• UIApplicationMain()
■ Createsinstance of UIApplication that is responsible for
actually launching your application (loading main Nib file).
■ Takesfour parameters: argc, argv, ignore othertwo.
Application Delegate
• Monitors high level or critical actions in application
■ Launch
■ Terminate
■ Memory warnings
• Conforms to Objective-C protocol (all methods optional)
TheMain Nib File
• Remember: archive of objects.
• One of these objects is your main window.
• Fornow, think of the Main Nib file asyour interface, asthe year
progresses, we’ll show how to load additional Nibfiles.
• Interface elements not in your main Nib file:
■ Status bar
■ Application instance (we’ll talk about proxy objects in three
weeks)
Life-Cycle Review
Usertouches icon on home screen
Systemcalls main()
main() calls UIApplicationMain()
UIApplicationMain() creates instance of UIApplication
UIApplication instance loads main Nib file, setsup based on application properties
UIApplication instance goes into run loop, waiting for and forwarding events to interfaceelements
(instances of UIResponder)
Usertaps home button or does another termination activity
UIApplication instance tells your delegate that the application isterminating
UIApplicationMain() exits, main() exits, processexits
Sandboxing
• iPhone OSdoes not give your application free reign like it does
on OSX.
• Yourapplication only hasaccessto acertain part of the file
system, something like:/ApplicationRoot/ApplicationID
• Thisis asecurity device preventing asingle application from
destroying your phone or iPodTouch.
Virtual Memory
• Virtual memory on the phone is quite interesting.
• It exists, but notreally.
• It exists in that itgives your application the full virtual 32-bit
address space.
• However, it does not write volatile pages to disk (b/cflash
memory only hassomany write cycles).
Application Did Receive Memory Warning: in your
delegate
Application Contents
File Description
MyApp Theactual application executable code
Icon.png Yourapplication’s home screen icon
MainWindow.nib Themain Nib file containing your interface
Info.plist Property list with information about yourapplication
myimage.png Anon-localized image or other resource
Settings.bundle Preference pane for the Settings app
Icon-Settings.png Icon for settings application
Default.png Theimage to show while your app is launching
en.lproj, fr.lprog,… Localized folders (ignore these for now)
Other items… …that you should ignore for now.
My App
• Thecompiled, executable code for your application.
• Actual name is the name of your application bundle minus the
“.app”extension.
• If your application bundle doesn’t have this, you don’t actually
have an application, you just have afolder of stuff.
Development to Device
Writecode Build fordevice Install
Sign
Introduction to iPhone Development
TaskContents
Application Runtime
CoreArchitecture and Life-cycles
What’sin a bundle?
Theresources in an app bundle
Customizing Behavior
How does it launch? IPC?
Relation with Tools
How do we get the app on thephone?4
1
2
3
Thank you
for
watch & Read

More Related Content

Similar to Affordable iPhone Mobile Apps Development Services

android development training in mumbai
android development training in mumbaiandroid development training in mumbai
android development training in mumbaifaizrashid1995
 
OS in mobile devices [Android]
OS in mobile devices [Android]OS in mobile devices [Android]
OS in mobile devices [Android]Yatharth Aggarwal
 
webOS App by Example: Sorting Thoughts
webOS App by Example: Sorting ThoughtswebOS App by Example: Sorting Thoughts
webOS App by Example: Sorting ThoughtsHendrik Ebel
 
Apps development for Firefox OS & introduction to WebAPIs
Apps development for Firefox OS & introduction to WebAPIsApps development for Firefox OS & introduction to WebAPIs
Apps development for Firefox OS & introduction to WebAPIsRashik Ishrak Nahian
 
iPhone App from concept to product
iPhone App from concept to productiPhone App from concept to product
iPhone App from concept to productjoeysim
 
Types of software
Types of softwareTypes of software
Types of softwarefarishah
 
Android Development in a Nutshell
Android Development in a NutshellAndroid Development in a Nutshell
Android Development in a NutshellAleix Solé
 
Android Infrastructure
Android InfrastructureAndroid Infrastructure
Android InfrastructureEyad Almasri
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment pptsagaroceanic11
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment pptsagaroceanic11
 
Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Javaamaankhan
 
Outsmarting SmartPhones
Outsmarting SmartPhonesOutsmarting SmartPhones
Outsmarting SmartPhonessaurabhharit
 
Mr201305 tizen security_eng
Mr201305 tizen security_engMr201305 tizen security_eng
Mr201305 tizen security_engFFRI, Inc.
 

Similar to Affordable iPhone Mobile Apps Development Services (20)

android development training in mumbai
android development training in mumbaiandroid development training in mumbai
android development training in mumbai
 
OS in mobile devices [Android]
OS in mobile devices [Android]OS in mobile devices [Android]
OS in mobile devices [Android]
 
webOS App by Example: Sorting Thoughts
webOS App by Example: Sorting ThoughtswebOS App by Example: Sorting Thoughts
webOS App by Example: Sorting Thoughts
 
Windows 8 Client Part 2 "The Application internals for IT-Pro's"
Windows 8 Client Part 2 "The Application internals for IT-Pro's"  Windows 8 Client Part 2 "The Application internals for IT-Pro's"
Windows 8 Client Part 2 "The Application internals for IT-Pro's"
 
Apps development for Firefox OS & introduction to WebAPIs
Apps development for Firefox OS & introduction to WebAPIsApps development for Firefox OS & introduction to WebAPIs
Apps development for Firefox OS & introduction to WebAPIs
 
iPhone App from concept to product
iPhone App from concept to productiPhone App from concept to product
iPhone App from concept to product
 
Types of software
Types of softwareTypes of software
Types of software
 
Training in iOS Development
Training in iOS DevelopmentTraining in iOS Development
Training in iOS Development
 
Android Development in a Nutshell
Android Development in a NutshellAndroid Development in a Nutshell
Android Development in a Nutshell
 
Phone gap development, testing, and debugging
Phone gap development, testing, and debuggingPhone gap development, testing, and debugging
Phone gap development, testing, and debugging
 
Android Infrastructure
Android InfrastructureAndroid Infrastructure
Android Infrastructure
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
 
Computer software and computer network
Computer software and computer networkComputer software and computer network
Computer software and computer network
 
Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Java
 
Outsmarting SmartPhones
Outsmarting SmartPhonesOutsmarting SmartPhones
Outsmarting SmartPhones
 
Lick my Lollipop
Lick my LollipopLick my Lollipop
Lick my Lollipop
 
Ios
IosIos
Ios
 
Mr201305 tizen security_eng
Mr201305 tizen security_engMr201305 tizen security_eng
Mr201305 tizen security_eng
 
Introduction to iOS App Development
Introduction to iOS App DevelopmentIntroduction to iOS App Development
Introduction to iOS App Development
 

More from Grepix Infotech Pvt. Ltd.

More from Grepix Infotech Pvt. Ltd. (9)

The Next Big Thing in Transportation Exploring the Growing Demand for Uber Cl...
The Next Big Thing in Transportation Exploring the Growing Demand for Uber Cl...The Next Big Thing in Transportation Exploring the Growing Demand for Uber Cl...
The Next Big Thing in Transportation Exploring the Growing Demand for Uber Cl...
 
Physiotherapy app-development
Physiotherapy app-developmentPhysiotherapy app-development
Physiotherapy app-development
 
Physiotherapy app-development
Physiotherapy app-developmentPhysiotherapy app-development
Physiotherapy app-development
 
On-Demand Insurance App
On-Demand Insurance App On-Demand Insurance App
On-Demand Insurance App
 
Insaurance app-development
Insaurance app-developmentInsaurance app-development
Insaurance app-development
 
Uber clone-script
Uber clone-scriptUber clone-script
Uber clone-script
 
Uber clone-script
Uber clone-scriptUber clone-script
Uber clone-script
 
Top 15 technology treands for 2020
Top 15 technology treands for 2020Top 15 technology treands for 2020
Top 15 technology treands for 2020
 
Grepixi infotech insights success certified
Grepixi infotech insights success certifiedGrepixi infotech insights success certified
Grepixi infotech insights success certified
 

Recently uploaded

Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️soniya singh
 
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...nagunakhan
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...nagunakhan
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxmirandajeremy200221
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CANestorGamez6
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxIgnatiusAbrahamBalin
 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girlsmodelanjalisharma4
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiSuhani Kapoor
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...babafaisel
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...BarusRa
 
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...Suhani Kapoor
 

Recently uploaded (20)

Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
 
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
Punjabi Housewife Call Girls Service Gomti Nagar \ 9548273370 Indian Call Gir...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
Nepali Escort Girl Gomti Nagar \ 9548273370 Indian Call Girls Service Lucknow...
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974
escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974
escort service sasti (*~Call Girls in Prasad Nagar Metro❤️9953056974
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
 
Petrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptxPetrosains Drama Competition (PSDC).pptx
Petrosains Drama Competition (PSDC).pptx
 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
VIP College Call Girls Gorakhpur Bhavna 8250192130 Independent Escort Service...
 

Affordable iPhone Mobile Apps Development Services

  • 1. Affordable iPhone Mobile Apps Development Services
  • 2. Introduction to iPhone Development TaskContents Application Runtime CoreArchitecture and Life-cycles What’sin a bundle? Theresources in an app bundle Customizing Behavior How does it launch? IPC? Relation with Tools How do we get the app on thephone?4 1 2 3
  • 3. Application Life-Cycle How yourapplication livesand dies User taps icon onhome screen main() UIApplicationMain() Event Loop System requests termination Application actually terminates
  • 4. Main and UI Application • main() ■ Justlike any other main functions (C,C++, etc) ■ Createstop-level autorelease pool ■ Starts application with UIApplicationMain • UIApplicationMain() ■ Createsinstance of UIApplication that is responsible for actually launching your application (loading main Nib file). ■ Takesfour parameters: argc, argv, ignore othertwo.
  • 5. Application Delegate • Monitors high level or critical actions in application ■ Launch ■ Terminate ■ Memory warnings • Conforms to Objective-C protocol (all methods optional)
  • 6. TheMain Nib File • Remember: archive of objects. • One of these objects is your main window. • Fornow, think of the Main Nib file asyour interface, asthe year progresses, we’ll show how to load additional Nibfiles. • Interface elements not in your main Nib file: ■ Status bar ■ Application instance (we’ll talk about proxy objects in three weeks)
  • 7. Life-Cycle Review Usertouches icon on home screen Systemcalls main() main() calls UIApplicationMain() UIApplicationMain() creates instance of UIApplication UIApplication instance loads main Nib file, setsup based on application properties UIApplication instance goes into run loop, waiting for and forwarding events to interfaceelements (instances of UIResponder) Usertaps home button or does another termination activity UIApplication instance tells your delegate that the application isterminating UIApplicationMain() exits, main() exits, processexits
  • 8. Sandboxing • iPhone OSdoes not give your application free reign like it does on OSX. • Yourapplication only hasaccessto acertain part of the file system, something like:/ApplicationRoot/ApplicationID • Thisis asecurity device preventing asingle application from destroying your phone or iPodTouch.
  • 9. Virtual Memory • Virtual memory on the phone is quite interesting. • It exists, but notreally. • It exists in that itgives your application the full virtual 32-bit address space. • However, it does not write volatile pages to disk (b/cflash memory only hassomany write cycles). Application Did Receive Memory Warning: in your delegate
  • 10. Application Contents File Description MyApp Theactual application executable code Icon.png Yourapplication’s home screen icon MainWindow.nib Themain Nib file containing your interface Info.plist Property list with information about yourapplication myimage.png Anon-localized image or other resource Settings.bundle Preference pane for the Settings app Icon-Settings.png Icon for settings application Default.png Theimage to show while your app is launching en.lproj, fr.lprog,… Localized folders (ignore these for now) Other items… …that you should ignore for now.
  • 11. My App • Thecompiled, executable code for your application. • Actual name is the name of your application bundle minus the “.app”extension. • If your application bundle doesn’t have this, you don’t actually have an application, you just have afolder of stuff.
  • 12. Development to Device Writecode Build fordevice Install Sign
  • 13. Introduction to iPhone Development TaskContents Application Runtime CoreArchitecture and Life-cycles What’sin a bundle? Theresources in an app bundle Customizing Behavior How does it launch? IPC? Relation with Tools How do we get the app on thephone?4 1 2 3