I am nearly finished with my first Android App, but there is one thing that still bothers me: I have an activity with EditText fields and a "Start"-button that leads to a new Activity. When the user presses the back-button (the one thats on the phone), I get back to my first Activity. Can I change this and define a whole new Activity? A modified version of my first Activity?
Here is what I want to achieve:
First Activity - - > (start-button clicked) - - > Second Activity - - > (back-button clicked) - - > First Activity, modified.
Thanks for any help!