Top "Expandablelistview" questions

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

how to make an expandable list of cardviews?

I searched a lot to find a direct and clear solution for I think a popular problem but unfortunately I …

android listview nested expandablelistview cardview
how to hide ExpandableListView indicator for groups with no children

Possible Duplicate: ExpandableListView - hide indicator for groups with no children hide indicator for groups with no children main.xml &…

android expandablelistview indicator
How to Change the color of child divider of ExpanableListView by layout xml file?

I want to change the color of child divider of ExpandableListView by writing: android:childDivider="@drawable/yellow" in layout file. …

android expandablelistview
ExpandableListView OnChildClickListener not work

i have my problem with my Expandable ListView on my Android Application this my code package proyek.akhir; import android.…

android expandablelistview
Expandable list view in Android doesn't have reaction to click, it doesn't expand

I have an expandable listview. I have put some dummy data and evrything seems ok but when I run the …

android expandablelistview
ExpandableListFragment with LoaderManager for Compatibility Package

I want to make my ExpandableListActivity compatible with Honeycomb. I am wondering why there is no ExpandableListFragment for the Compatibility …

android android-fragments expandablelistview android-support-library android-loadermanager
Multi-layered ExpandableListView

I'm currently working on a project in which I need something like the following: - MainGroup 1 (Expandable) - SubGroup 1 (Expandable) …

android expandablelistview expandablelistadapter
How to implement Expandable items with LinearLayoutManager (introduced with Android L)

RecyclerView has been introduced with Android L and is part of the AppCompat v7 library. I then decided to update …

android expandablelistview android-5.0-lollipop android-recyclerview
ANDROID - ExpandableListView

Im trying to figure out how to build a view that contains (many of): PARENT1 (checkable, expandable) CHILD1 (RADIO BUTTON) …

android checkbox radio-button expandablelistview itemrenderer
Get context of PopupMenu like ContextMenu

So my ExpandableListView has group rows that are defined like : group_row.xml <?xml version="1.0" encoding="utf-8"?> <…

android contextmenu expandablelistview onclicklistener popupmenu