Difference between revisions of "IPhone App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 94: Line 94:
 
#* [[An Overview of the iPhone Application Development Architecture|Delegation]]<br><br>
 
#* [[An Overview of the iPhone Application Development Architecture|Delegation]]<br><br>
 
# [[Creating an Interactive iPhone App]]
 
# [[Creating an Interactive iPhone App]]
# [[Creating an Interactive iPhone App|Creating the New Project]]
+
#* [[Creating an Interactive iPhone App|Creating the New Project]]
# [[Creating an Interactive iPhone App|Creating the User Interface]]
+
#* [[Creating an Interactive iPhone App|Creating the User Interface]]
# [[Creating an Interactive iPhone App|Building and Running the Sample Application]]
+
#* [[Creating an Interactive iPhone App|Building and Running the Sample Application]]
# [[Creating an Interactive iPhone App|Adding Actions and Outlets]]
+
#* [[Creating an Interactive iPhone App|Adding Actions and Outlets]]
# [[Creating an Interactive iPhone App|Connecting the Actions and Outlets to the User Interface]]
+
#* [[Creating an Interactive iPhone App|Connecting the Actions and Outlets to the User Interface]]
# [[Creating an Interactive iPhone App|Building and Running the Finished Application]]<br><br>
+
#* [[Creating an Interactive iPhone App|Building and Running the Finished Application]]<br><br>

Revision as of 19:03, 31 March 2010

Currently under development, this online book is intended to teach the reader everything necessary to develop apps for the iPhone. It is due for completion in May 2010 so check back for regular updates.

  1. About iPhone App Development Essentials

  2. The Anatomy of an iPhone
  3. The iPhone OS Architecture and Frameworks
  4. The iPhone OS Cocoa Touch Layer
  5. The iPhone OS Media Layer
  6. The iPhone OS Core Services Layer
  7. The iPhone OS Core OS Layer
  8. Installing Xcode and the iPhone SDK
  9. Creating a Simple iPhone App
  10. Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles
  11. The Basics of Objective-C Programming
  12. The Basics of Object Oriented Programming in Objective-C
  13. An Overview of the iPhone Application Development Architecture
  14. Creating an Interactive iPhone App