Home key press behaviour

Posted by Arnab on Stack Overflow See other posts from Stack Overflow or by Arnab
Published on 2010-06-15T03:53:57Z Indexed on 2010/06/15 4:02 UTC
Read the original article Hit count: 261

Filed under:

While developing a sample android application i have constructed two activities 1)Activity 1 2)Activity 2

Now Activity 2 is the foreground activity whereas Activity 1 is the background one. Now user presses Home key. The application(i.e. both the activities) dissappear. Now is we relaunch the application we see Activity 1 as the foreground activity. My question is:

1)Does the platform maintain any history entry when pressed home key? 2)How do we take the user to the last launch activity on relaunching the application?

© Stack Overflow or respective owner

Related posts about android