[android-developers] Re: Minimize activity on back key press

2011-07-13 Thread Ali Chousein
Study and understand the activity lifecycle well (http:// developer.android.com/reference/android/app/Activity.html) and then think again what you are trying to do. Forget about minimizing/ maximizing; that concept doesn't even exist in Android. You have to think in terms of activity lifecycle.

Re: [android-developers] Re: Minimize activity on back key press

2011-07-13 Thread Shashidhar
Check this. http://developer.android.com/reference/android/app/Activity.html#moveTaskToBack(boolean) On Wed, Jul 13, 2011 at 11:52 AM, Ali Chousein ali.chous...@gmail.comwrote: Study and understand the activity lifecycle well (http:// developer.android.com/reference/android/app/Activity.html)