If an activity is being brought to the front, from background, onCeate will not be called.
You cannot break the lifecycle. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Jan 29, 2011 at 3:57 AM, Moto <[email protected]> wrote: > Not sure you understand the question or I don't understand the process so > please let me explain what I think it's happening. > > Using flag FLAG_ACTIVITY_REORDER_TO_FRONT brings the activities to the > front. If already is somewhere in the history stack than it will be brought > to the front and if not it will be created and than put at front of the > history stack. This behavior allows keeping the history stack "clean" so > the user doesn't press back and continue to see repeated activities left and > right like so many apps on the Android Market. "THAT"S WHAT I WANT TO > AVOID!" > > Thinking on that behavior I wanted to find out if I could somehow have > identical behavior but having the activity be restarted as it's brought to > the front. > > >>That is like saying that red is not blue, and you want to know how to > >>make red be blue, because you always want blue. > I'm sorry but this question is nothing like red is not blue.. etc... Please > take the time to read and help, and not try to degrade the developer! > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://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 [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

