Monday, August 16, 2010

iPhone Development Start

I can't say that it was really started right now. I am re-engaging this problem. I started out trying to learn iPhone development right at the time when Apple was switching over to iOS 4, so it made it difficult to utilize source code from any book that was out at the time. None of them worked since they were for different versions of the OS. I dived into Learn Cocoa on the Mac (terrible first step), then I went to Beginning iPhone 3 Development (not bad, but could have been better), I finally came to More iPhone 3 Development (same as last one). None of these helped me understand technically why I was doing what I was doing. My background is C#, so that might have something to do with it all, but I find it as just a higher hurdle to jump then just going from C# to Java. This is also my first time of getting involved into MVC style programming, and my experience is in Domain Model. All this colliding together made for a first attempt bad experience. So here I am now renewing my vows to the iPod Touch, iPhone, and, hopefully, iPad.

My first step is trying a new book for teaching. I am going with a Deitel production, "iPhone For Developers: An App-Driven Approach". Deitel & Deitel is a well known college book author. I used the Java and C++ one in school, so hopefully this is a good first start. My first application, simple, a picture and label on the screen. That couldn't be easier.

No comments:

Post a Comment