Top "Expandablelistview" questions

ExpandableListView is a standard Android widget that shows items in a vertically scrolling two-level list.

Change expandable indicator in ExpandableListView

Trying to create an ExpandableListView. The initial view with the groups shows up fine. However, when I click the list …

android listview expandablelistview
ExpandableListView - hide indicator for groups with no children

In an ExpandableListView, is there a way to hide the group indicator for groups with no children?

android android-listview expandablelistview
Android ExpandableListView - Looking for a tutorial

I'm trying to program an Android interface which uses an expandable list on the side and a fragment on the …

android expandablelistview
Android setOnCheckedChangeListener calls again when old view comes back

I cannot solve an issue with the getGroupView-method. the problem is that the listener setOnCheckedChangeListener is getting invoked to many …

android checkbox android-listview listener expandablelistview
Expandable list view move group icon indicator to right

As regards to expandable list view, the group icon indicator is positioned to the left side, can I move the …

android expandablelistview indicator
Android - How to set padding for TextView in ListView or ExpandableListView

I need to set padding for the TextView in every row of ListView or ExpandableListView. I try to use android:…

android listview textview padding expandablelistview
Expand all children in expandable list view

I would like to expand all children while the expandable list view is populated. Currently my code looks like this: …

android expandablelistview
ExpandableListView Group View Expand Default

I have develop ExpandableListView perfectly. In My ExpandableListView five groups are there. load first time then collapse all five group. …

android expandablelistview
Expand ListView item with animation

I have a ListView. Initially, the ListView contains some data. When the user clicks on an item, another layout will …

android android-listview android-animation expandablelistview expandablelistadapter