I am new to iPad development. I have created two or three iPad applications in Objective C using Xcode 4. Now I want to create iPad applications in MonoDevelop tool using C#.
I want to create a basic database project, for that I need a basic tutorial, which uses a SQLite database. I searched on Google, but I didn’t got any tutorial.
To access sqlite you have plenty of options, like
and many others even Apple’s CoreData see (http://www.sgmunn.com/?p=1) but i guess any of the above options is easier that that.
hope this helps to get you started