Rajah, There are many references for database development using SQLite. Generally your database will be wrapped in a ContentProvider. Try googling SQLite android. You probably won't directly use it, however, so also read the "Content Provider" section in the android tutorial.
Really, the android introduction tutorial is quite well written and brings you up to speed with many concepts very quickly. You should read all of it soon if you want to become a serious application developer. Kris On Thu, Apr 7, 2011 at 12:15 AM, Rajah <[email protected]> wrote: > Hi I'm new to android development. > I would like to develop database(SQLite) application. > There got ang guide or reference. > > Tq > Regard > T.Kanagarajah > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

