How to get all childs view in group with ExpandableListView

后端 未结 1 1745
离开以前
离开以前 2021-01-15 11:53

I am using expandable list view with checkboxex. I need to check all child boxes when I check group checkbox. How to get all child views in group?

public Vie         


        
1条回答
  •  失恋的感觉
    2021-01-15 12:34

    Try using ArrayList containing Boolean objects, this way you can set them all to "checked", or all to "unchecked" with the groupcheckbox.

    0 讨论(0)
提交回复
热议问题