Read this article, it can save you a lot of debugging time.
Nice explanations of the tradeoffs between the two techs. http://inessential.com/2010/02/26/on_switching_away_from_core_data http://cocoawithlove.com/2010/02/differences-between-core-data-and.html Some nice libraries to ease your life when using one of the techs: FMDB – https://github.com/ccgus/fmdb Magical Record – https://github.com/magicalpanda/MagicalRecord
http://www.raywenderlich.com/tutorials
I never thought this was possible but after all it’s possible, check it out here http://apiblog.youtube.com/2009/02/youtube-apis-iphone-cool-mobile-apps.html Just be aware of the following: 1) if you have stuff in your UIWebViewDelegate methods (like NSLog(@”something”) it will crash so remove it. Don’t had a delegate at all 2) do not expect this to work in the simulator.
I found this good article that explains how to debug CoreData applications.
Now that we have git support in XCode we can use this: http://nvie.com/posts/a-successful-git-branching-model/ http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/
Nice Model object generator: http://rentzsch.github.com/mogenerator/
https://github.com/jbrennan/xcode4themes
The best tutorials for learning iOS development from the Stanford university. Developing Apps for iOS iPad and iPhone Application Development iPhone Application Development
http://pragmaticstudio.com/iphone-roadmap