我必须在每个项目上创建ExpandedListView和复选框。我想点击ParentItem的复选框(Item有子项)然后所有子项检查或取消选中(取决于父项的检查状态),如果有一个子项check_change,那么如果检查了所有子项,则检查parent的状态为true ,否则是假的。
怎么做?
答案 0 :(得分:0)
你可以尝试这个http://www.mysamplecode.com/2012/07/android-listview-checkbox-example.html
这http://schimpf.es/listview-with-checkboxes-inside/
或者http://androidcocktail.blogspot.ru/2012/04/adding-checkboxes-to-custom-listview-in.html
或使用google.com
答案 1 :(得分:0)
昨晚我看到一个图书馆,可能会帮助你
点击这里: http://www.androidviews.net/2013/04/multichoiceadapter/
或他们的github: https://github.com/ManuelPeinado/MultiChoiceAdapter