When scrolling custom ListView, the checkbox value changes

前端 未结 8 1949
不思量自难忘°
不思量自难忘° 2020-12-05 07:30


What I have: a custom listview with Textviews and checkbox.


Problem: Suppose my screen can show only 6 items of list at time, and
8条回答
  •  情歌与酒
    2020-12-05 07:55

    Use setTag() in adapter. You can see example here Example listview with checkbox scroll issue

提交回复
热议问题