I have a ListView
populated by a String array
. The user select one item and it background color changes. Now, the user clicks back button
in mobile and goes back to mainActivity
and again return to listviewActivity
. The selected item is not shown anymore in the listView
.