I am trying to implement an Expandable listView in a fragment. There are no errors coming and when I try to log the output from both the List and
Dev.mi's solution works fine. But I was stuck in similar problem bcoz of some stupid mistake. I was making bit sophisticated design and had used scrollView as root parent for ExpandableListView.
ExpandableListView with wrapcontent inside linear layout is enough to make it scrollable.
Adding Scrollable View outside caused Expandable ListView to shrink to show only one header.
Dont place ExpandableListView inside Scroll View