“onChildChildClick”三级可扩展列表视图

时间:2017-09-11 17:14:56

标签: android expandablelistview expandablelistadapter

在回答了如何填充三级可扩展列表视图(Populate different arrays in third layer of expandableListView)的问题后,让我想知道如何在这个三级可扩展列表视图中实现“onChildChildClickListener”。

如何实现第三级可点击?

BKN的示例代码在githube上发布: https://github.com/ngocchung/ThreeLevelExpListView

有人有想法吗? 我很乐意帮助,因为我想将它作为我的Masterthesis的一部分实现到展示应用程序中。

1 个答案:

答案 0 :(得分:0)

阅读此How to add Three Level ListView in ExpandableListView in android中的评论后找到解决方案 这需要在公共View getChildView部分的ParentLevelAdapter中实现。

telepot