ExpandableListView工作记住已检查的itme并对其他子布局

时间:2016-01-02 23:51:11

标签: android checkbox expandablelistview

我使用ExpandableListView。在那里,我有checkBox(在child_layout中),当我选中其中一个并关闭此parent_layout然后打开其他parent_layout时,还会检查(自动)复选框。

I opened Sports and then checked Football (child) and then closed

And when I opened the second one (Sciences) the checkBox was automatically checked

我该如何管理它?

1 个答案:

答案 0 :(得分:0)

您可以更改适配器。 例如,您可以保存一个布尔const来保存每个项目的检查状态。并在getView()中判断它。设置布尔值为真时的checkkbox状态检查。