CheckBox checked state in a ListView
- by anselmophil
I'm using a ListView with CheckBox, but as most of you know, when you roll down the scroll, a checked CheckBox gets unchecked as you roll up back the scroll. So i've been reading and i found out that you can pass (using getView) the id of the CB to the position parameter of getView to save the CheckBox state!
But i can't use getView with SimpleCursorAdapter, can i? Because i'm using bindView!
Thanks