• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps SQLite Database Version Control?

ondrovic

Newbie
Anyone have any ideas on the best way to handle SQLite database version control? I have a pre-created database that is stored on the internet that my app will download if its not there but I would like to figure out how to also have it check the version of the database and if there is a new one then download and replace the old one. Thanks
 
I knew that but since I am downloading a pre created database and just opening it I am not using the SQLiteOpenHelper in my code. Thanks for the info though. I think I am just going to have it re download the database every time the app loads that way I can just change the data and it will do it's thing
 
Back
Top Bottom