Thursday, July 28, 2011

[android-developers] paused activity

I have an application with 3 activities, which i will call A, B and C.
The activities fire in sequence A->B->C, with each previous activity
being paused. My question is, how do i go from the C activity back to
the A activity, without going to the B activity first, i.e. C->A?

Finish() will only bring me back to the previous activity and i do not
wish to use an intent to restart the A activity. Any ideas?

Ab

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

No comments:

Post a Comment