[android-developers] How the use same instances when launching application twice

2009-04-14 Thread Neo
My app has 4 activities on the stack A-B-C-D (top) If you press home and re-enter the application, another instance of A is started, so the stack is A-B-C-D-A (top). I know this because when I press BACK, A is popped off and I now see D (instead of going to the Home screen). What I want is

[android-developers] How the use same instances when launching application twice ?

2009-03-17 Thread Derek
Hi, Is it possible to re-use all the instances of Activities and Services when an application is launched twice. For instance: 1/ I start my application APP1. Some activities are launched and a service is started. 2/ I click Home device button 3/ I can see the icon the launch again my