It is possible to catch the home button, but as Jeff pointed out, this is not good practice. If you need to do clean-up work before you let the app complete, override onPause(), onStop() and/or onDestroy()
On Nov 22, 11:22 pm, "for android" <[EMAIL PROTECTED]> wrote: > I want to know how do i detect the click of home button.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

