Answer the question
In order to leave comments, you need to log in
How to create and update sqlite database in android apps?
I found a library (android-sqlite-asset-helper) that copies the finished database file without using SQL queries in the onCreate method. I think this method works faster if the database is not small.
And how do you create and modify the database in your applications?
Answer the question
In order to leave comments, you need to log in
Bulky DB on android? I don't use it at all. The only thing I used it for was a list of notifications with IDs to turn them off if not needed. I used standard android tools.
If the database is created on the device, I use the usual SQLiteOpenHelper .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question