Difference between revisions of "IPhone App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 16: Line 16:
 
#* [[The Anatomy of an iPhone|Vibration]]<br><br>
 
#* [[The Anatomy of an iPhone|Vibration]]<br><br>
 
# [[The iPhone OS Architecture and Frameworks]]
 
# [[The iPhone OS Architecture and Frameworks]]
 +
#* [[The iPhone OS Architecture and Frameworks|An Overview of the iPhone OS Architecture]]
 +
#* [[The iPhone OS Architecture and Frameworks|iPhone Development Frameworks]]<br><br>
 +
# [[The iPhone OS Cocoa Touch Layer]]
 +
#* [[The iPhone OS Cocoa Touch Layer|UIKit Framework (UIKit.framework)]]
 +
#* [[The iPhone OS Cocoa Touch Layer|Map Kit Framework (MapKit.framework)]]
 +
#* [[The iPhone OS Cocoa Touch Layer|Push Notification Service]]
 +
#* [[The iPhone OS Cocoa Touch Layer|Message UI Framework (MessageUI.framework)]]
 +
#* [[The iPhone OS Cocoa Touch Layer|Address Book UI Framework (AddressUI.framework)]]
 +
#* [[The iPhone OS Cocoa Touch Layer|Game Kit Framework (GameKit.framework)]]<br><br>
 +
# [[The iPhone OS Media Layer]]
 +
#* [[The iPhone OS Media Layer|Core Graphics Framework (CoreGraphics.framework)]]
 +
#* [[The iPhone OS Media Layer|Quartz Core Framework (QuartzCore.framework)]]
 +
#* [[The iPhone OS Media Layer|OpenGL ES framework (OpenGLES.framework)]]
 +
#* [[The iPhone OS Media Layer|iPhone Audio Support]]
 +
#* [[The iPhone OS Media Layer|AV Foundation framework (AVFoundation.framework)]]
 +
#* [[The iPhone OS Media Layer|Core Audio Frameworks (CoreAudio.framework, AudioToolbox.framework and AudioUnit.framework)]]
 +
#* [[The iPhone OS Media Layer|Open Audio Library (OpenAL)]]
 +
#* [[The iPhone OS Media Layer|Media Player framework (MediaPlayer.framework)]]<br><br>
 +
# [[The iPhone OS Core Services Layer]]
 +
#* [[The iPhone OS Core Services Layer|Address Book framework (AddressBook.framework)]]
 +
#* [[The iPhone OS Core Services Layer|Core Data Framework (CoreData.framework)]]
 +
#* [[The iPhone OS Core Services Layer|Core Foundation Framework (CoreFoundation.framework)]]
 +
#* [[The iPhone OS Core Services Layer|Foundation Framework (Foundation.framework)]]
 +
#* [[The iPhone OS Core Services Layer|Core Location Framework (CoreLocation.framework)]]
 +
#* [[The iPhone OS Core Services Layer|Store Kit Framework (StoreKit.framework)]]
 +
#* [[The iPhone OS Core Services Layer|SQLite library]]<br><br>
 +
# [[The iPhone OS Core OS Layer]]
 +
#* [[The iPhone OS Core OS Layer|CFNetwork Framework (CFNetwork.framework)]]
 +
#* [[The iPhone OS Core OS Layer|External Accessory framework (ExternalAccessory.framework)]]
 +
#* [[The iPhone OS Core OS Layer|Security Framework (Security.framework)]]
 +
#* [[The iPhone OS Core OS Layer|System (LibSystem)]]

Revision as of 16:53, 3 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