实现带有动态部分的 ListView

Implement a ListView with dynamic section

有没有人有任何建议或开源项目来实现如下图所示的 ListView?我什至不知道如何调用它,以便进行很好的搜索(搜索带有动态部分的 ListView 我发现 this)。

有问题的图像是可扩展列表视图(这是一个内置视图)。可扩展列表视图允许您以不同方式设置组和子项的样式并处理 expanding/contracting 组。

查看http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/ and http://developer.android.com/reference/android/widget/ExpandableListView.html了解更多信息