Re: [android-developers] Android Activity stack

2010-10-20 Thread Richard Leggett
Are you saying when you press back from Activity A you are somehow going back to Activity B? If so it sounds like you have multiple instances of Activity B already on the stack, when starting Activity B you can add the intent flag Intent.FLAG_ACTIVITY_CLEAR_TOP to make sure you only ever have o

[android-developers] Android Activity stack

2010-10-20 Thread Donald
hi guys, Assume i have two activities Activity A and B Activity B will display a list which will display a 25 result list. this also contains a pagination logic. if user select next it will display the next 25 result list. so assume that user is in the third page. from the third page if user se