How to implement a database in android [closed]

shibby

New Member
I am new to android and right now I am developing a testing app. As far as I saw , Android gives me the the possibility to implement its database using the SQLite. So far so good.But I am not quite sure if I understood how or maybe where in the program to implement this database so that the database is created upon the installation (I basically want to create the db only once and to change its content from the application) of the app and the data in it is persistent trough exit or kill?
 
Back
Top