Video description
iPhone Application Development for iOS 4:
Video QuickStart Guide,presented by Tim Martin,
highlights the important development techniques and lays the
groundwork for building iOS apps.. More than four hours of video
addresses many of the most challenging techniques. Coverage
includes: building user interface elements; tabs and views;
touches, shakes, and orientation; multitasking and many more common
task in app building.
Running Time: 2h 48m
After you've finished watching the video, continue to build your
skills with the extensive learning guide, iPhone Application
Development for iOS 4: Visual QuickStart Guide.
Table of Contents
Chapter 2: The iPhone Developers’ Toolbox
Demonstrate the xCode IDE features and Interface Builder
Code Completion, SDK documentation, class navigation
Chapter 3: Common Tasks
Basic application life-cycle (start-up, shut down)
Application Settings, user prefs and Info.plist
Localization (including in Interface Building)
Quick demo of adding accessibility
Interapp communication
Chapter 4: User Interface Elements
UIViews, base for all UI elements
Animation
Overview of UI elements
Picker Views
Text: text fields and text views
UIWebView
Chapter 5: Tabs and Tables
UIViewController
TabView
UITableViewController and UITableViewDelegate/DataSource overview
Editing Table Contents
Chapter 6: Files and Networking
Files and the filesystem, application bundle and document directory
Networking and NSURL concepts
Asynchronous connections
Chapter 7: Touches, Shakes, and Orientation
UITouch handling
Multi-Touch
Accelerometer and Shakes
Orientation
Chapter 11: Multitasking
Creating background actions
Notifications
Debugging and Performance Analysis