How to select/deselect all checkBox?

前端 未结 3 629
有刺的猬
有刺的猬 2021-01-14 10:15

I have an adapter with an imageview,a textView and a Checkbox and a button \"Select all\" for selecting all the checkbox. I searched a lot about how can I do this (select al

3条回答
  •  一生所求
    2021-01-14 10:44

    I asigned an id to each selected item and then use a HashMap to keep track of the selected items

提交回复
热议问题