How to add Three Level ListView in ExpandableListView in android

前端 未结 4 1423
清酒与你
清酒与你 2020-12-03 00:14

I want to add one more level of in ExpandableListView.In current ExpandableListView is two level how can i add one more level. I am new in android developing please help me.

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 00:40

    Create one more expandable list adapter extending BaseExpandableListAdapter, and in your ExpandableListAdapter getChildView(), call the new expandable list adapter.

    I have implemented the same using following link: https://github.com/talhahasanzia/Three-Level-Expandable-Listview

提交回复
热议问题