You can try the approach suggested by streets of bosten or you can try something like below
i). create baseactivity and all remaing activities extends this activity ii). override onKeydown in the base actiivty iii).finish the previous activity when you move to next activity. and when you press the back on the activity based on the index start the previous activity. Thanks, Ashok. On Fri, Sep 23, 2011 at 6:06 AM, lbendlin <[email protected]> wrote: > http://code.google.com/p/android/issues/detail?id=8488 > > -- > 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 > -- 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

