can u please explain me as how to do this?... is it possible to finish all the activities when i start the last one?...how do i refer to that activity and call finish?
On Aug 5, 8:07 am, greg <[email protected]> wrote: > If you know the sequence is A->B->C->D, you could add a call to finish > () in A, B, C after the call to startActivity(intent). > > On Aug 4, 11:55 am, And-Rider <[email protected]> wrote: > > > can any one help me on this issue plz... > > > On Aug 4, 5:33 pm, And-Rider <[email protected]> wrote: > > > > i have a set of activities on my stack Say A-->B-->C. when i launch > > > the activity named 'D' it should get fired as the root activity of my > > > application and all the other activities(A,B,C) should get cleared > > > from my stack once Activity D is launched.Can any one tell me as how > > > to do this > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

