iPad and iPhone Application Development (SD)
By Paul Hegarty
To listen to an audio podcast, mouse over the title and click Play. Open iTunes to download and subscribe to podcasts.
Description
Updated for iOS 5. Tools and APIs required to build applications for the iPhone and iPad platform using the iOS SDK. User interface designs for mobile devices and unique user interactions using multi-touch technologies. Object-oriented design using model-view-controller paradigm, memory management, Objective-C programming language. Other topics include: object-oriented database API, animation, multi-threading and performance considerations. Prerequisites: C language and programming experience at the level of 106B (Programming Abstractions) or X. Recommended: UNIX, object-oriented programming, graphical toolkits Offered by Stanford’s School of Engineering, the course will last ten weeks and include both the lecture videos and PDF documents. A new lecture will be posted each Monday, Wednesday and Friday. Subscribe to this course, and automatically receive new lectures as they become available. Released with a Creative Commons BY-NC-ND license.
Name | Description | Released | Price | ||
---|---|---|---|---|---|
1 | Closed CaptioningVideoDebugger (September 30, 2011) - SD | Paul Hegarty outlines the debugging process, demonstrating the different tools and methods. (September 30, 2011) | 1/16/2012 | Free | View in iTunes |
2 | Closed CaptioningVideoDesigning Multimedia iOS Apps (December 2, 2011) - SD | Jason Riggs walks through building interactive graphics apps using OpenGL ES and C++. (December 2, 2011) | 1/16/2012 | Free | View in iTunes |
3 | Closed CaptioningVideoSmule (November 18, 2011) - SD | Ge Wang talks about making music on mobile devices, socially. (November 18, 2011) | 1/16/2012 | Free | View in iTunes |
4 | Closed CaptioningVideoBuilding Apps that People Want (November 11, 2011) - SD | Mike Ghaffary provides strategies for building apps that people want. (November 11, 2011) | 1/16/2012 | Free | View in iTunes |
5 | Closed CaptioningVideoTime Profiler (November 4, 2011) - SD | Alexander Chia explains why profiling is important and how to identify and resolve bottlenecks in code. (November 4, 2011) | 1/16/2012 | Free | View in iTunes |
6 | Closed CaptioningVideoIntroduction to AVFoundation (October 21, 2011) - SD | Salik Syed demonstrates using AVFoundation. (October 21, 2011) | 1/16/2012 | Free | View in iTunes |
7 | Closed CaptioningVideoXcode and Source Code Management (October 7, 2011) - SD | Paul Hegarty covers source code management in Xcode. (October 7, 2011) | 1/16/2012 | Free | View in iTunes |
8 | Closed CaptioningVideo7. UIToolbar and iPad Apps (October 18, 2011) - SD | Paul Hegarty introduces the UI element of the week: UIToolbar. He then moves on to iPad-specific topics. (October 18, 2011) | 1/13/2012 | Free | View in iTunes |
9 | Closed CaptioningVideo19. Automated Testing (December 6, 2011) - SD | Andy Matuschak covers automated testing to improve app reliability and make the development cycle more efficient. (December 6, 2011) | 1/13/2012 | Free | View in iTunes |
10 |
Lecture 18 Slides (December 1, 2011) | Paul Hegarty demos iCloud. (December 1, 2011) | 1/6/2012 | Free | View in iTunes |
11 | Closed CaptioningVideo16. Action Sheets, Image Picker, Core Motion (November 17, 2011) - SD | Paul Hegarty covers two delayed-action alternatives, NSTimer and "perform after delay." He then continues his view animation demo, and introduces alerts, action sheets, getting images from the camera or photo library and Core Motion. (November 17, 2011) | 1/6/2012 | Free | View in iTunes |
12 | Closed CaptioningVideo18. iCloud Demo (December 1, 2011) - SD | Paul Hegarty demos iCloud. (December 1, 2011) | 1/6/2012 | Free | View in iTunes |
13 |
Lecture 17 Slides (November 29, 2011) | Paul Hegarty introduces iCloud. (November 29, 2011) | 12/23/2011 | Free | View in iTunes |
14 | Closed CaptioningVideo17. iCloud (November 29, 2011) - SD | Paul Hegarty introduces iCloud. (November 29, 2011) | 12/23/2011 | Free | View in iTunes |
15 |
Lecture 16 Slides (November 17, 2011) | Paul Hegarty covers two delayed-action alternatives, NSTimer and "perform after delay." He then continues his view animation demo, and introduces alerts, action sheets, getting images from the camera or photo library and Core Motion. (November 17, 2011) | 12/14/2011 | Free | View in iTunes |
16 |
Lecture 15 Slides (November 15, 2011) | Paul Hegarty introduces modal view controllers that "take over the screen;" inputting text using UITextField and UITextView; UIView Animation; and NSTimer. (November 15, 2011) | 12/13/2011 | Free | View in iTunes |
17 | Closed CaptioningVideo15. Modal View Controller/Test/Animation/Timer (November 15, 2011) | Paul Hegarty introduces modal view controllers that "take over the screen;" inputting text using UITextField and UITextView; UIView Animation; and NSTimer. (November 15, 2011) | 12/13/2011 | Free | View in iTunes |
18 |
Lecture 14 Slides (November 10, 2011) | Paul Hegarty talks about core data thread safety and the NSFetchedResultsController. He then does a core data demo. (November 10, 2011) | 12/8/2011 | Free | View in iTunes |
19 | Closed CaptioningVideo14. Core Data Demo (November 10, 2011) - SD | Paul Hegarty talks about core data thread safety and the NSFetchedResultsController. He then does a core data demo. (November 10, 2011) | 12/8/2011 | Free | View in iTunes |
20 |
Lecture 13 Slides (November 8, 2011) | Paul Hegarty covers Core Data and documents, NSNotificationCenter and Objective-C categories. (November 8, 2011) | 12/5/2011 | Free | View in iTunes |
21 | Closed CaptioningVideo13. Core Data (November 8, 2011) - SD | Paul Hegarty covers Core Data and documents, NSNotificationCenter and Objective-C categories. (November 8, 2011) | 12/5/2011 | Free | View in iTunes |
22 |
Lecture 12 Slides (November 3, 2011) | Paul Hegarty discusses persistence -- how to make things stick around between launchings of your app (besides NSUserDefaults). (November 3, 2011) | 11/30/2011 | Free | View in iTunes |
23 | Closed CaptioningVideo12. Persistence (November 3, 2011) - SD | Paul Hegarty discusses persistence -- how to make things stick around between launchings of your app (besides NSUserDefaults). (November 3, 2011) | 11/30/2011 | Free | View in iTunes |
24 |
Lecture 11 Slides (November 1, 2011) | Paul Hegarty goes over core location and MapKit. (November 1, 2011) | 11/28/2011 | Free | View in iTunes |
25 | Closed CaptioningVideo11. Core Location and MapKit (November 1, 2011) - SD | Paul Hegarty goes over core location and MapKit. (November 1, 2011) | 11/28/2011 | Free | View in iTunes |
26 |
Lecture 10 Slides (October 27, 2011) | Paul Hegarty introduces the UITabBarController, another "controller of controllers;" UINavigationItem, which controls what's at top when a UIViewController gets pushed onto a UINavigationController. (October 27, 2011) | 11/23/2011 | Free | View in iTunes |
27 | Closed CaptioningVideo10. Blocks and Multithreading (October 27, 2011) - SD | Paul Hegarty introduces the UITabBarController, another "controller of controllers;" UINavigationItem, which controls what's at top when a UIViewController gets pushed onto a UINavigationController. (October 27, 2011) | 11/23/2011 | Free | View in iTunes |
28 |
Lecture 9 Slides (October 25, 2011) | Paul Hegarty presents table views: displaying a dynamic list of data or displaying a fixed table of data. (October 25, 2011) | 11/21/2011 | Free | View in iTunes |
29 | Closed CaptioningVideo9. Table Views (October 25, 2011) - SD | Paul Hegarty presents table views: displaying a dynamic list of data or displaying a fixed table of data. (October 25, 2011) | 11/21/2011 | Free | View in iTunes |
30 |
Lecture 8 Slides (October 20, 2011) | Paul Hegarty covers the view controller lifecycle and image view, web view and scroll view. (October 20, 2011) | 11/18/2011 | Free | View in iTunes |
31 | Closed CaptioningVideo8. Controller Lifecycle & Image/Scroll/WebViews (October 20, 2011) - SD | Paul Hegarty covers the view controller lifecycle and image view, web view and scroll view. (October 20, 2011) | 11/18/2011 | Free | View in iTunes |
32 |
Lecture 7 Slides (October 18, 2011) | Paul Hegarty introduces the UI element of the week: UIToolbar. He then moves on to iPad-specific topics. (October 18, 2011) | 11/16/2011 | Free | View in iTunes |
33 | Closed CaptioningVideo6. Multiple MVCs and Segues (October 13, 2011) - SD | Paul Hegarty presents the concept of having multiple MVCs and segues. (October 13, 2011) | 11/14/2011 | Free | View in iTunes |
34 | Closed CaptioningVideo5. Protocols and Gestures (October 11, 2011) - SD | Paul Hegarty covers autorotation, protocol implementation, and gesture recognizers. (October 11, 2011) | 11/14/2011 | Free | View in iTunes |
35 | Closed CaptioningVideo4. Views (October 6, 2011) - SD | Paul Hegarty introduces views. (October 6, 2011) | 11/14/2011 | Free | View in iTunes |
36 | Closed CaptioningVideo3. Objective-C (October 4, 2011) - SD | Paul Hegarty provides a foundation for programming in Objective-C. (October 4, 2011) | 11/14/2011 | Free | View in iTunes |
37 | Closed CaptioningVideo2. My First iOS App (September 29, 2011) - SD | Paul Hegarty walks through the basics of creating a simple iOS calculator app. (September 29, 2011) | 11/14/2011 | Free | View in iTunes |
38 | Closed CaptioningVideo1. MVC and Introduction to Objective-C (September 27, 2011) - SD | Paul Hegarty provides an overview of the course and iOS. He then introduces the Model-View-Controller (MVC) object-oriented design concept and covers the basic concepts of programming in Objective-C. (September 27, 2011) | 11/14/2011 | Free | View in iTunes |
39 |
Lecture 6 Slides (October 13, 2011) | Paul Hegarty presents the concept of having multiple MVCs and segues. (October 13, 2011) | 11/14/2011 | Free | View in iTunes |
40 |
Lecture 5 Slides (October 11, 2011) | Paul Hegarty covers autorotation, protocol implementation, and gesture recognizers. (October 11, 2011) | 11/14/2011 | Free | View in iTunes |
41 |
Lecture 4 Slides (October 6, 2011) | Paul Hegarty introduces views. (October 6, 2011) | 11/14/2011 | Free | View in iTunes |
42 |
Lecture 3 Slides (October 4, 2011) | Paul Hegarty provides a foundation for programming in Objective-C. (October 4, 2011) | 11/14/2011 | Free | View in iTunes |
43 |
Lecture 1 Slides (September 27, 2011) | Paul Hegarty provides an overview of the course and iOS. He then introduces the Model-View-Controller (MVC) object-oriented design concept and covers the basic concepts of programming in Objective-C. (September 27, 2011) | 11/14/2011 | Free | View in iTunes |
43 Items |
Customer Reviews
Great course
The only issue I am having is that I would love to have at least a high level description of the assignments. I don't see them associated with this course.
OpenGL lecture skiped!
Why the OpenGL lecture was skipped? I would really like to watch that one!
Awesome
Great teacher!