Top "Expandablelistview" questions

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

Collapse all group except selected group in expandable listview android

I'm developing android application using expandable list view. Actually what I need is, I'm listing group, which contains child. If …

android expandablelistview expand collapse
Android ExpandableListView using animation

I'm using <ExpandableListView android:id="@+id/listView" android:layout_width="match_parent" android:layout_height="match_parent" > </…

android animation expandablelistview
Put on the right the indicator of an ExpandableListView in Android

I have to move the indicator from the left to the right (because of the plane image). I couldn't succeed …

android android-fragments expandablelistview
Programmatically collapse a group in ExpandableListView

When I expand a new group, can I collapse the last one expanded?

android expandablelistview
Creating an expandable RecyclerView

I'm trying to implement a recyclerview that behaves like my sketch below: The idea is that there is a parent …

android listview android-recyclerview expandablelistview
ExpandableListView - How to set divider only between parent elements

I want to put divider only between parent elements. When i set android:divider="@drawable/divider" android creates divider between …

android parent expandablelistview divider
How to create Expandable ListView in Flutter

How to make an Expandable ListView using Flutter like the screenshot below? I want to make a scrollable list view …

android listview dart expandablelistview flutter
How can I completely hide the groupIndicator of an ExpandableListView?

I want to completely hide the groupIndicator in a custom ExpandableListView. The example provided here did not seem to work. …

android expandablelistview
Slide down effect on ExpandableListView

Is it possible to have a nice slide up/down effect when expanding/collapsing an item of a ExpandableListView? If …

android expandablelistview expand slidedown slideup
How to display more than 3- levels of expandable List View?

How to display more than 3- level of expandable list view, I am getting only examples for 3-Levels expandable. Referring …

android user-interface expandablelistview