Android - Unable to check all the CheckBoxes in a custom listview because of recycling issue?

前端 未结 2 1592
醉梦人生
醉梦人生 2021-01-22 12:36

I have a custom listview adapter with a imageview, textview and a checkbox. and i also have a button and a checkbox in my main layout(not in listview).

What here i want

2条回答
  •  一个人的身影
    2021-01-22 12:44

    Yeah, this recycling is a pain.

    Here's what I did: http://dev.kafol.net/2011/11/android-checkbox-listview-un-check-all.html

    I'm still having some issues with SharedPreferences, as allthough I have managed to get all the checkboxes checked or unchecked, it still doesn't save the state to sharedpreferences.

提交回复
热议问题