简体   繁体   中英

Android SQLite databases

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 application class. Is there some user interfaces allow create a SQLite database, add tables, information and later use in the application. thanks.

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM