Difference between revisions of "IPhone App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 51: Line 51:
 
#* [[Installing Xcode and the iPhone SDK|Installing Xcode and the iPhone SDK]]
 
#* [[Installing Xcode and the iPhone SDK|Installing Xcode and the iPhone SDK]]
 
#* [[Installing Xcode and the iPhone SDK|Starting Xcode]]<br><br>
 
#* [[Installing Xcode and the iPhone SDK|Starting Xcode]]<br><br>
# [[Creating a Simple iPhone App]]<br><br>
+
# [[Creating a Simple iPhone App]]
 +
#* [[Creating a Simple iPhone App|Starting Xcode]]
 +
#* [[Creating a Simple iPhone App|Creating the App User Interface]]
 +
#* [[Creating a Simple iPhone App|Changing Component Properties]]
 +
#* [[Creating a Simple iPhone App|Adding Objects to the User Interface]]
 +
#* [[Creating a Simple iPhone App|Building and Running an App in Xcode]]
 +
#* [[Creating a Simple iPhone App|Dealing with Build Errors]]<br><br>
 
# [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles]]
 
# [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles]]
 
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Joining the iPhone Developer Program]]
 
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Joining the iPhone Developer Program]]

Revision as of 19:45, 12 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