I want to make a view in android that can expand up to 3 levels. There are multiple grandparents. Each grandparent can have at least one or multiple parents. Each parent can have at least one or multiple children. To better understanding the problem, I am adding an image with this post. I guess it would be ExpanableListView control. I can make ExpandableListView up to 2 levels (mean parent and child) but how to make it up to 3 Levels?
Thanks