Top "Expandablelistview" questions

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

Hide divider without hiding childDivider on ExpandableListView

I can't find a way to hide dividers on an ExpandableListView without hiding the child dividers too. Here is my …

android transparent expandablelistview divider
Multi Level Tree UITableView in iOS

I need to create a facebook like menu. But the difference is, my table have to multi level tree structure. …

ios uitableview expandablelistview
ExpandableListView not showing child views

public class ItemOptionsListAdapter extends BaseExpandableListAdapter { private Context context; private LayoutInflater inflater; private List<String> categoryList; public ItemOptionsListAdapter(Context …

android android-listview expandablelistview radio-group expandablelistadapter
Expandablelistview different images for groups and childs

I have basic expandablelistview and would like to know how to make each child and group have different images. Do …

android expandablelistview expandablelistadapter
Android ExpandableListView does not expand/not clickable

i'm pretty new to android programming and tried to implement a basic expandable listview showing a list of Courses which …

java android expandablelistview
ExpandableListView and the NavigationDrawer

I am having a pretty strange issue. My logic is simple, my app uses a NavigationDrawer for main application navigation, …

android expandablelistview navigation-drawer
Save and restore expanded/collapsed state of an ExpandableListActivity

I have an ExpandableListActivity (using a SimpleCursorTreeAdapter) which starts another activity when the user clicks on a child-element. When pressing …

android state expandablelistview