If I create an app, when I make an updated version will 开发者_Go百科this replace the original? Or do I edit specific parts?
OK, looks like you are talking about an update on device (without an uninstall). It will replace the app on device, however any files created by the previous version will survive the upgrade (including your shared preferences and DB files).
yes, it will replace the original
精彩评论