[android-developers] Re: Activity state

2010-11-24 Thread pedr0
Hmm it's okay, but there isn't a way to show the activity stack of my application? On 23 Nov, 07:33, Kumar Bibek coomar@gmail.com wrote: YEs, Switch to the Logcat window, and you will see it, else type adb logcat in the commant prompt, and it will show you the logs. On Nov 22, 2:00 

[android-developers] Re: Activity state

2010-11-22 Thread Kumar Bibek
YEs, Switch to the Logcat window, and you will see it, else type adb logcat in the commant prompt, and it will show you the logs. On Nov 22, 2:00 pm, pedr0 pulsarpie...@gmail.com wrote: Hi at all, I want see the state of my activity (Pause Stop Resume etc etc) without override each methods

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

2009-05-06 Thread Mark Murphy
karthikr wrote: 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. The