Posts tagged as: sqlite3
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 that you have completed the following tutorials before you begin this one:
iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 1
This tutorial is part 2 in our series of creating a to-do list. I will assume that you have completed the following tutorial and its prequisites.
iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 1
I will be using the code produced from that tutorial as a base for this one. When you are finished with this tutorial, your application will look something like this:
In this section, I will not only teach you how to …