[android-developers] How to exit application

2011-08-24 Thread GopalaKrishnan D
i tried finish(); and System.exit(0); if i use any one means only current activity closed its not close entire app Which code i want to use close or exit entire app. -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to exit application

2011-08-24 Thread NaveenShrivastva
Go to google and type this.i know you will get this question response by someone else but not a way to ask basic question on this developer grp. try to RD on google first. On Wed, Aug 24, 2011 at 12:49 PM, GopalaKrishnan D gopall...@gmail.comwrote: i tried finish(); and System.exit(0); if i

Re: [android-developers] How to exit application

2011-08-24 Thread Mark Murphy
http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon/2034238#2034238 On Wed, Aug 24, 2011 at 3:19 AM, GopalaKrishnan D gopall...@gmail.comwrote: i tried finish(); and System.exit(0); if i use any one means only current activity closed its not close

[android-developers] how to exit application

2011-06-03 Thread nageswara rao rajana
Hi, I developed android application which consists 3 Activities, when i am in 3rd activity and clicked exit in menu options. The application closed, but again when i start application it opening the 3rd activity. So, please any help. With Regards, Nagu. nagu.raj...@gmail.com --