I have 2 activities.
In first activity there are some text fields and two buttons. In text fields I'm entering some data, and by clicking the first button I'm calling second activity that displays a ListView with checkboxes.
And from second activity after clicking a button over there I'm calling the first activity again. But by the time I move to that page, all data that have been entered earlier have disappeared.
I would need that data to reside even if I move back and forward between two activities.