我想在GridView的子元素中添加一个ExpandableListView。我发现它在所有child中都显示相同的groups
有人能帮我吗?
android - Android中带有GridView Child的ExpandableLIstView-LMLPHP

最佳答案

我用GridLayoutManager来实现这个功能。
SectionedExpandableLayoutSelper类获取数据,将其放入所需格式并将其传递给SectionedExpandableGridAdapter
创建的helper类允许添加/删除整个节,还提供了从现有节添加/删除单个项的功能。
https://github.com/SelvaGaneshM/SectionedExpandableGridRecyclerView-master

08-07 05:01