 |
sqlite - Android app update (previous tasks) - Stack Overflow
You shouldn't need to wipe the database to update the app, it's not a great user experience to do this and considering the SQLite implementation in Android is designed to allow you to upgrade the database it's also unnecessary. Just implement the onUpgrad
stackoverflow.com |
 |