I need a clue how to collapse (or find IDs for) all parent items in ExpandableListView.
Thanks,
Aleksander
int count = mListAdapter.getGroupCount();
for (int i = 0; i <count ; i++)
mListView.collapseGroup(i);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With