I am new to android. Can anyone please help me to cre开发者_JAVA百科ate db ,table and insert data and retrieve it make it display in list.I am really in need of your help.
There are too many examples of how to do it:
- Android SQLite Basics: creating and using a database, and working with sqlite3
- Android Data Storage
The NotePad tutorial in official developer's page is a good starting point.
Have a look at Romain Guys Shelves application it's a very good start point.
精彩评论