Difference between revisions of "IPad iOS 4 App development Essentials - Xcode 4 Edition"

From Techotopia
Jump to: navigation, search
Line 456: Line 456:
 
#* [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Releasing Memory]]
 
#* [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Releasing Memory]]
 
#* [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Building and Running the Application]]<br><br>
 
#* [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Building and Running the Application]]<br><br>
 +
# [[Recording Audio on an iPad with AVAudioRecorder (Xcode 4)|Recording Audio on an iPad with AVAudioRecorder]]

Revision as of 14:25, 9 May 2011

This eBook is currently under development and is scheduled for completion in June 2011. New chapters are added regularly be so please check back for updates.

Table of Contents

  1. Introduction

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