Re: [android-developers] Correct way to kill the application

2010-07-30 Thread Carlos Silva
On Fri, Jul 30, 2010 at 14:13, RamaMohan rama.mohan...@gmail.com wrote:

 HI all,
 I s there any way to kill the entire application at once.Not using
 with finish() or system.exit() ..all these two will kill the
 activity ,but not the appication.
 Is there any way to kill the entire application from any
 activity .Please help me .


Why would you do that?
You shouldn't terminate the application yourself, the system will do that
for you. I really think you should read this:
http://android-developers.blogspot.com/2010/04/multitasking-android-way.html

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Correct way to kill the application

2010-07-30 Thread Mark Murphy
On Fri, Jul 30, 2010 at 9:13 AM, RamaMohan rama.mohan...@gmail.com wrote:
 HI all,
 I s there any way to kill the entire application at once.Not using
 with finish() or system.exit() ..all these two will kill the
 activity ,but not the appication.
 Is there any way to kill the entire application from any
 activity .

http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon/2034238#2034238

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 2.9 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en