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

From Techotopia
Jump to: navigation, search
Line 287: Line 287:
 
#* [[Integrating iAds into an iOS 4 iPad App (Xcode 4)|bannerView:didFailToReceiveAdWithError]]<br><br>
 
#* [[Integrating iAds into an iOS 4 iPad App (Xcode 4)|bannerView:didFailToReceiveAdWithError]]<br><br>
 
# [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|An Overview of iOS 4 iPad Multitasking]]
 
# [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|An Overview of iOS 4 iPad Multitasking]]
 +
#* [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|Understanding iOS Application States]]
 +
#* [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|A Brief Overview of the iPad Multitasking Application Lifecycle]]
 +
#* [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|Disabling Multitasking for an iPad Application]]
 +
#* [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|Checking for Multitasking Support]]
 +
#* [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|Supported Forms of Background Execution]]
 +
#* [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|The Rules of Background Execution]]
 +
#* [[An Overview of iOS 4 iPad Multitasking (Xcode 4)|Scheduling Local Notifications]]<br><br>
 
# [[Getting iPad Location Information using the iOS 4 Core Location Framework (Xcode 4)|Getting iPad Location Information using the iOS 4 Core Location Framework]]
 
# [[Getting iPad Location Information using the iOS 4 Core Location Framework (Xcode 4)|Getting iPad Location Information using the iOS 4 Core Location Framework]]
 
#* [[Getting iPad Location Information using the iOS 4 Core Location Framework (Xcode 4)|The Basics of Core Location]]
 
#* [[Getting iPad Location Information using the iOS 4 Core Location Framework (Xcode 4)|The Basics of Core Location]]
Line 322: Line 329:
 
#* [[Working with Maps on the iPad with MapKit and the MKMapView Class (Xcode 4)|Updating the Map View based on User Movement]]
 
#* [[Working with Maps on the iPad with MapKit and the MKMapView Class (Xcode 4)|Updating the Map View based on User Movement]]
 
#* [[Working with Maps on the iPad with MapKit and the MKMapView Class (Xcode 4)|Adding Basic Annotations to a Map View]]<br><br>
 
#* [[Working with Maps on the iPad with MapKit and the MKMapView Class (Xcode 4)|Adding Basic Annotations to a Map View]]<br><br>
 +
# [[Video Playback from within an iOS 4 iPad Application (Xcode 4)]]
 
# [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Playing Audio on an iPad using AVAudioPlayer]]
 
# [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Playing Audio on an iPad using AVAudioPlayer]]
 
#* [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Supported Audio Formats]]
 
#* [[Playing Audio on an iPad using AVAudioPlayer (Xcode 4)|Supported Audio Formats]]

Revision as of 19:53, 28 April 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.

  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. An Overview of the iPad iOS 4 Application Development Architecture
  7. Creating an Interactive iOS 4 iPad App (Xcode 4)
  8. Writing iOS 4 Code to Hide the iPad Keyboard
  9. Understanding iPad iOS 4 Views, Windows and the View Hierarchy
  10. iOS 4 iPad Rotation, View Resizing and Layout Handling (Xcode 4)
  11. Creating an iOS 4 iPad Multiview Application using the Tab Bar
  12. Creating a Simple iOS 4 iPad Table View Application
  13. Creating a Navigation based iOS 4 iPad Application using TableViews
  14. An iPad iOS 4 Split View and Popover Example
  15. An iOS 4 iPad Multiple Component UIPickerView Example (Xcode 4)
  16. Working with Directories on the iPad with iOS 4
  17. Working with Files on the iPad with iOS 4
  18. iPad iOS 4 SDK Directory Handling and File I/O – A Worked Example
  19. Data Persistence on the iPad using Archiving with iOS 4
  20. iOS 4 iPad Database Implementation using SQLite
  21. An Example SQLite based iOS 4 iPad Application
  22. Working with iOS 4 iPad Databases using Core Data
  23. Identifying iPad Gestures using iOS 4 Gesture Recognizers
  24. An iPad iOS 4 Gesture Recognition Tutorial
  25. Basic iPad Animation using Core Animation
  26. An iPad Core Animation Tutorial
  27. Integrating iAds into an iOS 4 iPad App
  28. An Overview of iOS 4 iPad Multitasking
  29. Getting iPad Location Information using the iOS 4 Core Location Framework
  30. An Example iOS 4 iPad Location Application
  31. Working with Maps on the iPad with MapKit and the MKMapView Class
  32. Video Playback from within an iOS 4 iPad Application (Xcode 4)
  33. Playing Audio on an iPad using AVAudioPlayer