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

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

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

link|improve this answer
feedback

Yes definitely we can put one ExpandableListView as a child of the other ExpandableListView Try this link

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.