I am trying to display a multi-depth expandable list. That is, we have a table with the header ID | School | Grade | Name

and I want to show an expandable list that has School - Grade - Name

Where the schools are the 1st depth, Grade's are the second depth, and the name is the leaf node. I understand how to get the grade display, but I am unable to figure out how to do the additional leaf below it.

Any help would be much appreciated!

Thanks! Jon

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

As of now, there is no more-than-two levels ExpendableList. However, from the ExpandableListView source, you should be able to make a custom class achieving what you need.

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.