Dear Friends.
I have an app with 2 activities.
The main has a button that calls the second activity and a button that send an email (it runs ok).
The second activity has 3 edittexts and 2 buttons (save and restore).
I write to the 3 edittext and then save the edittexts to the map. The button restore retrieves the 3 pairs of key/values to the editexts (it runs ok)
I have too a button to close activity and return to main.
Problems:
1) After returning to the main, if I call the second activity again the values at the map are lost.
2) How can I use these pairs of values at the main activity ?
Vidal
I have an app with 2 activities.
The main has a button that calls the second activity and a button that send an email (it runs ok).
The second activity has 3 edittexts and 2 buttons (save and restore).
I write to the 3 edittext and then save the edittexts to the map. The button restore retrieves the 3 pairs of key/values to the editexts (it runs ok)
I have too a button to close activity and return to main.
Problems:
1) After returning to the main, if I call the second activity again the values at the map are lost.
2) How can I use these pairs of values at the main activity ?
Vidal