I want to publish an Android app that I developed, but with little concern.
The application will load the database file (or sqlite3 file) . If updates appear in the future, and these updates will be aimed only at the applicationwithout a database structure , I want to allow users to save saved records in their sqlite3 files.
So what is the best way to send updates? Compile apk files only with new updated code and without database files? Or is there another suggestion?
PS: I do not work with Java and Eclipse, but with python for Android and the Kivy platform, which is a great new way to develop applications for Android.
source
share