How can I work with a database in Android?
How can I 开发者_StackOverflowconnect to and insert and select data from a database in Android?
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
- Also, the NotePad tutorial in official developer's page is a good starting point.
精彩评论