I'm using the MVC model, I mean I have activities, presenters and controllers. And activity can have difererent presenters, and can be started from different points of the flow. And the controller decides which presenter has the control, so if a presenter loses it, finishes the activity and go back to the controller that was handling him. That's how I do that.
On May 30, 8:43 pm, TreKing <[email protected]> wrote: > On Mon, May 30, 2011 at 2:22 AM, Fina Perez <[email protected]> wrote: > > The thing is sometimes I break the "normal flow" between activities, > > I mean, from activity A I start activity B, and from B, C. But when I finish > > activity C, I go back to the activity A > > How do you do that? > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

