android application running in debug mode only -


friends, android application runs in debug mode if click run button of eclipse or run touching on icon on device. reason this?? has idea it??

is working if uninstall app , click run button of eclipse? if yes, reason android keep data in memory if close app, it's concerning static members, or references not freed gc. under debug new instance of app , it's working it's when uninstall/install it. when click run button of eclipse app might not installed again , data reused. should carefuly manage app data. firstly read article


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -