Reputation: 55227
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.
Upvotes: 0
Views: 830
Reputation: 3452
In the bindView method, you have to put a click listener on each checkbox
Upvotes: 2