CheckBox checked state in a ListView
Posted
by anselmophil
on Stack Overflow
See other posts from Stack Overflow
or by anselmophil
Published on 2010-04-10T07:09:23Z
Indexed on
2010/04/10
7:13 UTC
Read the original article
Hit count: 366
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
© Stack Overflow or respective owner