I\'m new to Android development, so I\'m trying to do an app that stores information about a warehouse. However, I\'m afraid that if I perform an update, the user data will
If server space isn't an option I would suggest using SharedPreferences. So long as your package name doesn't change all of your data will persist beyond an update.