I use
SimpleExpandableListAdapter
in my
ExpandableListActivity
When user click th
I have done this way:
ExpandableAdpater adapter=new ExpandableAdapter(context); expandableListView.setAdapter(adapter); for (int i = 0; i < listResponse.size(); i++) { expandableListView.expandGroup(i); }