The first Activity has two Radio Buttons and the user selects either one, and presses 'Next', which shows the second Activity. The second Activity has a 'Back' button, when I click that I go to the first Activity, but the Radio Buttons aren't selected. How can I make it so that the Radio Button that I selected stays selected when changing Activity. And how can I edit a TextView from, say, Activity1 when the Label is on Activity2, or the same with variables?
Thanks.