开发者

Android SQLite databases

开发者 https://www.devze.com 2023-01-27 02:25 出处:网络
I want to have a SQLite database for my android application. Anyone knows how to create a database and add information not going through an appl开发者_JAVA百科ication class. Is there some user interfa

I want to have a SQLite database for my android application. Anyone knows how to create a database and add information not going through an appl开发者_JAVA百科ication class. Is there some user interfaces allow create a SQLite database, add tables, information and later use in the application. thanks.


You could create it with Firefox addon SQLite Manager, and then ship it with your application. Look at this thread.


A lot of good tools are mentioned in answers to another similar question. You can use them to create a new database or edit existing.

0

精彩评论

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