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
Try using ArrayList containing Boolean objects, this way you can set them all to "checked", or all to "unchecked" with the groupcheckbox.