[android-developers] Re: How to use ActivityGroup?

2009-05-12 Thread Bullo#88
> but how do I go back from B > to C Sorry, what I meant was: how do I go back from B to A? On May 12, 5:46 pm, "Bullo#88" wrote: > Thanks for the quick reply! > > One last question: > Suppose I have 3 classes: A (extends ActivityGroup) B and C (both > extending Activity). > I have no problem

[android-developers] Re: How to use ActivityGroup?

2009-05-12 Thread Bullo#88
Thanks for the quick reply! One last question: Suppose I have 3 classes: A (extends ActivityGroup) B and C (both extending Activity). I have no problem starting B or C from A, but how do I go back from B to C and how do I start C from B? I think I'm doing something wrong with the LocalActivityMa

[android-developers] Re: How to use ActivityGroup?

2009-05-12 Thread Richard Cook
ActivityGroup works just like a normal activity with one key difference - it can have multiple activities embedded into it. You will run the activityGroup with all the normal ways you run an activity, implementing the onCreate, onDestroy, etc... Typically if you have a default activity, you will wa