Tuesday, February 24, 2009

iPhone Application Development

Starting the development of application for iphone is one of the toughest job, specially for a new programmer. I have been learning about it for past few weeks and now I want to share my experiences with you all.
By the way, I am going to provide you links of some very good sites that helps any novice developer a lot to overcome this steep learning curve.

It is the newest online iPhone SDK tutorial database offering FREE home-made tutorials made by people just like you who have a single goal as - to share as much information about developing for the iPhone SDK as possible. All tutorials are divided in three sections: Beginner, Intermediate and Advanced.


2) http://www.iphonesdkarticles.com/

This site includes tutorials regarding various different aspects of iphone application starting from first iphone application and then gradually explaining UITabbars, UINavigation bars, single and multi touch, using SQLite for saving data, localization of iphone application, etc.


3) http://www.appsamuck.com/

Sometimes people have a hard time writing their first application. It is easy to think that it will take too much time, and that it will be too hard. But that is simply not the case. But instead of telling people, this site shows them how easy it really is. This site contains codes of 31 simple applications. Someone considering writing their first iPhone application should be able to look at these applications and "get it".