Filed under: Audio, Developer, Video, Macintosh, Commercial, iPhone, Education
Review: Coding in Objective-C 2.0 screencasts
Last month Grant, Christina and I checked out a couple of screencasts from Pragmatic Programmers' Bill Dudney. Specifically, we watched "Coding in Objective-C 2.0." We took a look at part one mostly, which is an introduction to the Objective-C syntax and structure, culminating in a basic application. Part two covers memory management in depth. Since then they've added a part 3 on debugging, and the plan is to continue adding more. Part one covers classes, objects and messages and, like the other portions in the series, costs $5. One thing I love about Pragmatic Programmers is that they offer a wide choice of formats, including versions tuned for iPhone viewing and Theora Ogg format.It's important to note that while Objective-C is the language you'll use for iPhone development, these screencasts alone won't make you an iPhone developer. For one, there are differences in memory management on the iPhone versus desktop apps (iPhone apps don't do garbage collection). Also, iPhone interactions require the use of Cocoa Touch, and that isn't covered in these. If you are looking to move from another OOP language to Objective-C, however, this is a great way to get started. Plus, you really need to understand Obj-C to make solid iPhone apps. The side bonus is that you will also be able to write Mac desktop apps.
These screencasts are particularly useful if you are an audio-visual learner and have some background in programming. Don't expect to come up to speed if you have a slight understanding of a basic scripting language. That said, these are very clearly explained and the structure is great. If you watch the videos and do the exercises, I have little doubt you'll be learning the basics of Objective-C in no time. Listen to the audio as we discuss who these are for and what could be done better.