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 开发者_JAVA百科in, via row id. How can I do that in theonClick
method.In the bindView method, you have to put a click listener on each checkbox
精彩评论