• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to make a permanent signup account in android

AQSAANUM

Member
Hey,

I am making an app and I used sqlite as database. But whenever I uninstall and reinstall my app, previous accounts which I have made before uninstalling the app doesn't exists.

I want to make it the way that if user creates account on it and then uninstall that app, then whenever he/she will reinstall it, his /her previous signup account should be existing.

Is there any way to do so ? Please share.
Thanks!
 
If you are storing the login account information locally on the device, then uninstalling the app will remove all data associated with the app.
If you wish to remember the user's details even after deleting the app then you'll need to find some other means of storing the data, probably on a remote server.
 
Back
Top Bottom