when I develop an iPhone App (Time Tracker, ToDoList etc) I never know whats the best way to deal with the data. Once I used a plist, next time sqlite or CoreData.
How do you decide whats the best for your project? (Only talking about data management)
For Example if you want to develop:
- Time Tracker App > Is PList your choice?
- RSS Reader App > CoreData?
- Photo App > sqlite?
- EMail Client > ?
For a beginner can you point me roughly to proper directions? (I know it depends a lot on the App and what you like to do with it but any thought will help)
I'm far away from developing complicated apps, they are still pretty simple.
Thanks for help, Marc