Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExpandableListView inside ExpandableListView

I would like to know if it is possible to put an ExpandableListView as one child of one element of another ExpandableListView. Thanks

like image 212
Paulo Barros Avatar asked Sep 13 '11 12:09

Paulo Barros


1 Answers

yes.It is possible to create the expandable listview inside the expandable listview.

Follow the bellow link.It demonstrates the 3_level expandable listview.

http://mylifewithandroid.blogspot.com/2011/02/3-level-expandable-lists.html

like image 136
Balaji.K Avatar answered Oct 16 '22 07:10

Balaji.K