↧
iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 4
This is the final installment of our 4 part series of creating a Todo list for the iPhone. In this tutorial, I will detail how to add and delete new todo objects from the SQLite database. Make sure...
View ArticleSimple Sqlite Database Interaction Using FMDB
Introduction In the age where Core Data is king, the database that started it all is often overlooked. I’m talking of course about sqlite. As you may or may not know, prior to core data, sqlite was the...
View Article