Monday, May 14, 2012

iPhone SQLite for Absolute Beginners

Hi this post is about creating a sqlite database in iPhone and manipulating it.
This is a tutorial for absolute beginners
As this is contains a lot of coding the code is not put in the blog but its fully commented and available for download.

The Code Demonstrates the following
  • Create a Sqlite Database
  • Add values to the database
  • Search for values in the database
  • Delete values from the database
  • Show all the values in a Picker
  • show all the values in a Table

Here are the UI's of the project



You Can download the source code

HERE


Please leave a comment.