java - Navigate to previous Activity -


I have two screens, in the second screen I have a backup button that shows the first screen (using intent ). If I click on the back button from the second screen then I did not check it on the first screen. Now I want to navigate to the second screen automatically without clicking any button. Please help me How can I do this? Thanks for ur valuable time.

I ViewFlipper activity, with two screens, of course, if You can include your actions in one activity (I'm sure that is manageable with asyncTasks / threads , services and Handler ).

In this way, you can use gestures (soft / hard) button, dropdown, navigating between your screen, whatever

Comments