What resources are great to provide information on using SQLite for beginner iPhone developers?
- Where to download the SQLite software for the iPhone?
- Are there multiple versions, and do they have substantial differences?
- Where can I find some introductory tutorials?
I’m working on an iPhone project where the instructions are to store PLISTs into SQLite. My PLIST would be a read/write file. Is this possible?
As of now my PLISTs are read-only, so it very important to make it a read/write PLIST. The only method my lecturer suggested is storing it in SQLite, where reading/writing would be done there.
Please, any suggestions on intros for SQLite for the iPhone?
There are four parts in this tutorial. Follow the steps explained here. The authors at icodeblog has made it super simple.
http://icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
Many thanks to icodeblog.com