Re: [android-developers] update app without deleting DB

2011-01-10 Thread kavitha b
I hope you can use OnUpgrade method of DB when upgrading the app On Sun, Jan 9, 2011 at 9:15 PM, Mark Murphy wrote: > On Sun, Jan 9, 2011 at 10:37 AM, Alex wrote: > > Simple question : > > I published an app (2months ago). It uses a DB to retrieve > > information, and the user saves some parame

Re: [android-developers] update app without deleting DB

2011-01-09 Thread Mark Murphy
On Sun, Jan 9, 2011 at 10:37 AM, Alex wrote: > Simple question : > I published an app (2months ago). It uses a DB to retrieve > information, and the user saves some parameters in the DB. > Now, I want to update my app, that means : I want to put more > information in the DB but without erasing par

[android-developers] update app without deleting DB

2011-01-09 Thread Alex
Simple question : I published an app (2months ago). It uses a DB to retrieve information, and the user saves some parameters in the DB. Now, I want to update my app, that means : I want to put more information in the DB but without erasing parameters set by the user. How can I do that ? Thanks --