I have a custom adapter extended from the SimpleCursorAdapter. Using this I\'m binding a ListView which contains a checkbox and Two textboxes. On opening the activity, the l
You need to have an arraylist of the states of each item in the list,, then load these states each time the list item view is loaded.Do this by overriding GetView() method in the adapter and add your saved state to the list based on the item position