views:

146

answers:

2

What do you think is the best iphone/ipod touch dev websites.

Like to see tutorial, sample codes for cool app, native or Web app.

+1  A: 

This book is good to learn Cocoa which may help give a grounding. As for iPhone: This Book is version 2 of a decent one.

If you want online/free resources a friend of mine highly recommends these Stanford videos which you can download free on iTunes. UK link USA link

Damien
A: 

iPhone Native Apps

As well as all the class references, you'll find guides & sample code at http://developer.apple.com/iphone/library/navigation/index.html.

The following blogs have good tutorials on iPhone development:

iPhone Web Apps

If you want to write a web app, I would recommend this tutorial: http://www.mikeash.com/?page=pyblog/friday-qa-2009-12-04-building-standalone-iphone-web-apps.html.

However, as of writing, iPhone web apps have many disadvantages. For example, they're quite slow, they have limited functionality (e.g. no device APIs), and they can't take advantage of the Cocoa-Touch framework (a serious downside). While iPhone web apps may become viable in the future, at this stage I would steer away from them.

Steve Harrison