Hello everybody,

I'd like to create an Application that uses 2 Tasks with Activities.
Let's call the Tasks "A" and "B" and the activites A1, A2, ..., An and 
B1, B2, ... Bn. 

A1 and B1 should be the entry points of the two Tasks.
A1 is also be the entry point of the whole Application (i.e. 
A1=MAIN=LAUNCHER).

In the App, I would like to be able to switch between the 2 Tasks and 
the whole Activity stack of this task should be restored.

Let's say the user browses my App like this:

A1 -> A2 -> A3 
  (switch tasks)
B1 -> B2 
  (switch tasks)
A3 (user presses BACK key) A2 
  (switch tasks)
B2

Is such a task switching supported by the Android API?

Thanks a lot in advance,
Christian Erpelding

Attachment: pgpS6lGfVNl4Z.pgp
Description: PGP signature

Reply via email to