Difference between revisions of "IPhone App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 53: Line 53:
 
# [[Creating a Simple iPhone App]]<br><br>
 
# [[Creating a Simple iPhone App]]<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|Creating an iPhone Development Certificate Signing Request]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Submitting the iPhone Development Certificate Signing Request]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Installing an iPhone Development Certificate]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Assigning Devices]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Creating an App ID]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Creating an iPhone Development Provisioning Profile]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Selecting a Device for Development]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Associating an App ID with an App]]
 +
#* [[Testing Apps on the iPhone – Developer Certificates and Provisioning Profiles|Installing an App onto a Device]]<br><br>
 
# [[The Basics of Objective-C Programming]]
 
# [[The Basics of Objective-C Programming]]
 
#* [[The Basics of Objective-C Programming|Objective-C Data Types and Variables]]
 
#* [[The Basics of Objective-C Programming|Objective-C Data Types and Variables]]

Revision as of 14:39, 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