This is my list view item:
I want to put an OnClickListener on the Checkbox. But I need to get the list item that the CheckBox is in, via row id. How can I do that in the onClick
method.
views:
97answers:
1
+2
A:
In the bindView method, you have to put a click listener on each checkbox
fedj
2010-08-14 15:19:25