AndroidDatabaseUpgrades icon indicating copy to clipboard operation
AndroidDatabaseUpgrades copied to clipboard

A demo application showing the correct way to do database upgrades in your Android application using SQLite and the onUpgrade method

Results 2 AndroidDatabaseUpgrades issues
Sort by recently updated
recently updated
newest added

@overhq, thanks for your grest blog post at https://riggaroo.co.za/automated-testing-sqlite-database-upgrades-android/. I found it really useful. (I was hoping to comment on the blog directly, but haven't been able to get the...

i am unable to get context in upgrade method so it giving me null pointer exception in following line. AssetManager assetManager = ctx.getAssets();