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.
Asked
Active
Viewed 575 times
2 Answers
0
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.