I have an app https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp&hl=en_GB
It basically uses an SQLite db which I update. Rather than update the app every few months how can I get it to download and use latest db version rather than upload new versions
I can host the new db on my website - how to download and update the current sqlite db
Thanks
Declan
It basically uses an SQLite db which I update. Rather than update the app every few months how can I get it to download and use latest db version rather than upload new versions
I can host the new db on my website - how to download and update the current sqlite db
Thanks
Declan