开发者

create db,table and insert data and retrieve it in android

开发者 https://www.devze.com 2023-01-02 05:09 出处:网络
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 o

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消