@Guo
Nice question,
First you have to add the 3 activitys to Manfest file.
Then declare the the  actions (<action>) for the 3 activities.
After that fire the Intent from the current activity for the second activity
using *context.startActivity(intent)*
Plz refer to Android docs for Manifest file and Intent.
Regards
Yog!

On Wed, Apr 13, 2011 at 4:56 PM, Guo Zhihai <[email protected]> wrote:

> HI
>
> I have 3 Activitys, A, B, and C.
> Is it possible to switch the Activitys like A->B->C->B->A.
>
> Regards,
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to