How Android App Updates Work -


If I make an app, when I make an updated version it will replace the original? Or can I edit specific parts?

OK, it seems that you are talking about updates on the device (without any Uninstall). This will change the app on the device, though any files created by the previous version will be saved from the upgrade (including your shared preferences and DB files).

Comments