can we have ExpandableListView inside ListView so that I can have group level first and then child items.
Only ExpandableListView is group and child, I want to have an ExpandableListView Inside ListView.
Tried with open source TreeView but could not get specifically all those features of ExpandableListView.
Looking forward to your reply.
thanks.
can we have ExpandableListView inside ListView so that I can have group level first
Share
ExpandableListView itself is ListView, you can not use ExpandableListView inside ListView…