I have an activity login with username and password, and second activity that show a list of record. I passed from first activity to second pushing the login button. In the second activity I have the back button.
How is possible to show the previously entered data, in the record of username and password (in the login activity) when the back button is pressed?