Re: [android-developers] GroupActivity is not being closed

2012-09-29 Thread TreKing
On Sat, Sep 29, 2012 at 1:01 AM, rauf qureshi wrote: > now problem is that when i am pressed back buttom application is not being > closed Yes it is. That's the default behavior. If it's not, you're doing something wrong. And no, "closing" your app does not necessarily mean killing the process.

[android-developers] GroupActivity is not being closed

2012-09-28 Thread rauf qureshi
hello friends, I am using GroupActivity in this i have used Toptab and BottomTab. now problem is that when i am pressed back buttom application is not being closed .so can any body tell me solution of that i have also used onBackPressed() { finish(); android.os.Process.killProcess(android.os.Pro