Re: [android-developers] Android application pause/resume state.

2011-06-06 Thread Dalvin
Hi TreKing In my application I want to log how many times my application gets paused i.e. some outside activity appears on the top of it. Thanks Dalvin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Android application pause/resume state.

2011-06-06 Thread TreKing
On Mon, Jun 6, 2011 at 2:22 AM, Dalvin singh.dal...@gmail.com wrote: In my application I want to log how many times my application gets paused i.e. some outside activity appears on the top of it. That's it? Hardly seems worth the effort if you ask me. But hey, it's your app and your time.

[android-developers] Android application pause/resume state.

2011-06-03 Thread Dalvin
Hi My question is can i get to know when the entire application gets paused/resumed start/stop etc. For example if i have 5 activities in my application. Whenever any activity gets paused/resumed android notify the activity by calling the onPause/onResume methods. So there are two possible

Re: [android-developers] Android application pause/resume state.

2011-06-03 Thread TreKing
On Fri, Jun 3, 2011 at 3:24 AM, Dalvin singh.dal...@gmail.com wrote: Here I am interested only tracking when my activity gets paused by outside activities not my own application activities. I would question why you you need this? Perhaps there's a better way to achieve what you're actually