0

I would like to know if it is possible to put an Expandable ListView as one child of one element of another Expandable ListView like that i want 4_level of expandable listview. Thanks

Harish Koona
  • 189
  • 4
  • 16

2 Answers2

1

Check this github repo for n-level expandable listview : Polidea treeview

Fahim Ahmed
  • 779
  • 3
  • 12
  • 25
0

Yes it is possible. You need to implement child expandableListView in its parent's adapter. Check out this example: https://stackoverflow.com/a/20609153/2065418

Community
  • 1
  • 1
Damien R.
  • 3,383
  • 1
  • 21
  • 32