Sample CRUD iPhone Application
This Project is a sample iPhone application that uses the CRUD (Create, Read, Update, and Delete) database operation. This application serves as an example on using the SQLite Database within an application. I built this sample code on the Titanium Framework. Titanium let's you create native applications built on JavaScript, HTML, and CSS.
Sample Code Features:- Create the database and table structure
- Uses the same form for updates and creates, with simple validation
- Uses the native iPhone swiped effect for deletes
- Highlight rows that are created for the first time
