[android-developers] Activity state

2010-11-22 Thread pedr0
Hi at all, I want see the state of my activity (Pause Stop Resume etc etc) without override each methods like this: onPause(){ super(); Log.d(TAG, this activity+name+will come in Pause state); } There is a way to see that using an Android tools ?DDMS allow to see this, I think not but I ask for

[android-developers] Activity state on pressing Back and Home button on the screen

2009-05-06 Thread karthikr
Hi Guys, Whenever I press the home button when Im in the root task of my application and when I click on the icon of my app again the state of my task (activity) is retained, but when i press the back button on the emulator and when I open my application its state is not retained. I want the