RE: [android-developers] Re: how can I check my app stopped by which home key or other apps

2010-08-10 Thread THENG Rudy (Yanto)
Subject: [android-developers] Re: how can I check my app stopped by which home key or other apps Thank you all. Here is what I'm doing. I'd like to register a notification as 'ongoing' when my app being invisible by only Home key. but on second thought, It's meaningless as your opinions

Re: [android-developers] Re: how can I check my app stopped by which home key or other apps

2010-08-09 Thread TreKing
2010/8/8 optimusgeek choongb...@gmail.com I mean I want to do something when my app going to be stopped. Yes, I understand that. The question is why do you care HOW you're stopped? Why does being stopped by one app versus the Home screen (which as Bob explains is really the same thing) make a

Re: [android-developers] Re: how can I check my app stopped by which home key or other apps

2010-08-08 Thread Frank Weiss
Can you try to use the correct terminology. The onstop method is for an activity. If you can get that, maybe you can try to answer treking's question. On Aug 8, 2010 8:59 PM, optimusgeek choongb...@gmail.com wrote: I mean I want to do something when my app going to be stopped.(not destroyed) and