Hello,
I would like to add a datafile (SQL file) to my app so the user can lookup (address) data from the database. This file needs to available on the first startup. Afterwards the user needs to be able to change the file.
How can I include a file in the final APK, and have it extracted when the APK is installed?
I would like to add a datafile (SQL file) to my app so the user can lookup (address) data from the database. This file needs to available on the first startup. Afterwards the user needs to be able to change the file.
How can I include a file in the final APK, and have it extracted when the APK is installed?