Difference between revisions of "IPhone iOS 4 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 403: Line 403:
 
#* [[An Example iOS 4 iPhone Camera Application|Building and Running the Application]]<br><br>
 
#* [[An Example iOS 4 iPhone Camera Application|Building and Running the Application]]<br><br>
 
# [[Video Playback from within an iOS 4 iPhone Application]]
 
# [[Video Playback from within an iOS 4 iPhone Application]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|An Overview of the MPMoviePlayerController Class]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Supported Video Formats]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|The iPhone Movie Player Example Application]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Adding the MediaPlayer Framework to the Project]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Declaring the Action Method]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Designing the User Interface]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Adding the Video File to the Project Resources]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Implementing the Action Method]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|The Target-Action Notification Method]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Enabling Device Rotation]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Build and Run the Application]]
 +
#* [[Video Playback from within an iOS 4 iPhone Application|Accessing a Network based Video File]]<br><br>

Revision as of 19:13, 8 February 2011

This eBook is currently under development and is scheduled for completion in March 2011. The goal of this book is to provide the essential knowledge necessary to develop iOS 4 based applications to run on the iPhone.

  1. About iPhone iOS 4 App Development Essentials

  2. The Anatomy of an iPhone 4
  3. The iOS 4 Architecture and SDK Frameworks
  4. The iPhone iOS 4 Cocoa Touch Layer
  5. The iPhone iOS 4 Media Layer
  6. The iPhone iOS 4 Core Services Layer
  7. The iPhone iOS 4 Core OS Layer
  8. Installing Xcode and the iOS 4 SDK
  9. Creating a Simple iPhone iOS 4 App
  10. Testing iOS 4 Apps on the iPhone – Developer Certificates and Provisioning Profiles
  11. The Basics of Objective-C Programming (iOS4 iPhone)
  12. The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C
  13. An Overview of the iPhone iOS 4 Application Development Architecture
  14. Creating an Interactive iOS 4 iPhone App
  15. Writing iOS 4 Code to Hide the iPhone Keyboard
  16. Understanding iPhone iOS 4 Views, Windows and the View Hierarchy
  17. iOS 4 iPhone Rotation, View Resizing and Layout Handling
  18. Creating an iOS 4 iPhone Multiview Application using the Tab Bar
  19. Creating a Simple iOS 4 iPhone Table View Application
  20. Creating a Navigation based iOS 4 iPhone Application using TableViews
  21. Working with Directories on iOS 4 (iPhone)
  22. Working with Files on iOS 4 (iPhone)
  23. iOS 4 iPhone Directory Handling and File I/O – A Worked Example
  24. iOS 4 iPhone Data Persistence using Archiving
  25. iOS 4 iPhone Database Implementation using SQLite
  26. An Example SQLite based iOS 4 iPhone Application
  27. Working with iOS 4 iPhone Databases using Core Data
  28. An iOS 4 iPhone Core Data Tutorial
  29. An Overview of iOS 4 iPhone Multitouch, Taps and Gestures
  30. An Example iOS 4 iPhone Touch, Multitouch and Tap Application
  31. Detecting iOS 4 iPhone Touch Screen Gesture Motions
  32. Drawing iOS 4 iPhone 2D Graphics with Quartz
  33. An iOS 4 iPhone Graphics Drawing Tutorial using Quartz 2D
  34. Integrating iAds into an iOS 4 iPhone App
  35. An Overview of iOS 4 iPhone Multitasking
  36. Scheduling iOS 4 iPhone Local Notifications
  37. Getting iPhone Location Information using the iOS 4 Core Location Framework
  38. An Example iOS 4 iPhone Location Application
  39. Using the UIPickerView and UIDatePicker Components in iOS 4 iPhone Applications
  40. An iOS 4 iPhone UIPickerView Example
  41. Accessing the Camera and Photo Library from an iOS 4 iPhone Application
  42. An Example iOS 4 iPhone Camera Application
  43. Video Playback from within an iOS 4 iPhone Application