Friday 5 January 2018

android - Home key press behaviour

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?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...