Hi!

>From the current activity call startActivity(Intent
rootActivityIntent) with the flag FLAG_ACTIVITY_REORDER_TO_FRONT set
for rootActivityIntent. Hope this is what you were looking for, for
more information see:

http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT

Cheers,
Erik

On Apr 22, 6:47 pm, jb <cona...@gmail.com> wrote:
> I have an application that allows the user to "drill-down" into data.
> At each level of data the user can choose a Tableview item or a
> Listview item. This will result in a startActivity() call for display
> of new data.
>
> I can get back to the top (Parent activity) by using the Back button,
> which can take a while. Is there a way to "POP" back to the Parent
> activity and dismiss all previously allocated activities, and not have
> to go back through all the activities previously created?
>
> TIA,
>
> jb
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to