I have an application published in the android market, and now I want to make a new version with changes in the database. The problem is, my version of the app that is already p
So what onUpgrade method will be called, from the old or from the new .apk.
From new .apk. Old one is gone at this point.
Can I keep the data from the tables?
You have to code your upgrade in such a way that you retain data that you need including old data as required.