Friday, July 29, 2011

[android-developers] Re: paused activity

Just send a message back from c to b.
You should use startActivityForResult.
So B reads the message and depending on the value, calls A or paints
itself.
It works.

Greetings,

andromedesoft

On Jul 28, 7:20 pm, Ab Caballero <a...@mac.com> wrote:
> 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