Clear Shared Preference after Active Android onUpgrade -


how detect if database version has changed , perform actions in activeandroid. similar onupgrade in sqlitedatabasehelper?

the databasehelper of activeandroid doesn't seem support you're looking for. it's on github, can modify library needs.

@override public void onupgrade(sqlitedatabase db, int oldversion, int newversion) {     executepragmas(db);     executecreate(db);     executemigrations(db, oldversion, newversion); } 

Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -