Why do you need to put and explicit "End" button in your app? for some sort of cleanup?
User's don't really quit/end/kill an application - Android does it for them. It's a best practice to let Android kill the app after users have stopped using it (i.e. they move on to another application): http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon . On Wed, Sep 26, 2012 at 3:50 AM, MysteriX <[email protected]>wrote: > Hi, > i want to end my app. I have a menu with an "End" Button. But when i use > this code: > System.Environment.Exit(0); > > then the result is not what i want. the activity shut´s down but another > activity appears. oO.. how can i completly shutdown an app? thank you > > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Complete-Exit-tp5711965.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
