Top "Expandablelistview" questions

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

Android ExpandableListActivity and SimpleCursorTreeAdapter?

I'm writing a simple application for Android. I have 2 tables - one called 'grous' and another called 'group_items'. I …

android sqlite expandablelistview
Refresh ExpandableListView from within my adapter

I found only one similiar question and it didn't help me. I hope you can help me, because I'm stuck. …

android expandablelistview notifydatasetchanged
Get expanded group view of an ExpandableListView using onGroupExpand

I'm using an ExpandableListView and I'm unsuccessfully trying to move an image when expanding a group (the image being part …

android expandablelistview expandablelistadapter
How to get sticky / Pinned Headers in an ExpandableListView?

Has anyone had any luck adapting PinnedHeaderListView so that it can be used with an ExpandableListView instead of just a …

android expandablelistview sticky expandablelistadapter
Refresh Expandable Listview

The expandable listview is proper but it doesnt get refreshed when again called. Old Items are again seen in the …

android expandablelistview custom-adapter
notifyDataSetChanged() not refreshing expandable list view

I am using Expandable ListView and the data in it is populated through Sqlite database. I have given an option …

android expandablelistview notifydatasetchanged
Android LongClickListener on ExpandableListView group items

I created an ExpandableListView with the help of this tutorial: link. I understand the code more or less and been …

android expandablelistview
Android: How to correctly use NotifyDataSetChanged with SimpleExpandableListAdapter?

I am struggeling updating my ExpandableListView via NotfiyDataSetChanged. I am downloading some data from a webserver, which is displayed correctly …

java android user-interface expandablelistview expandablelistadapter
Android ExpandableListView indicator/icon always stretched

I use my own icon image as indicator for ExpandableListView, but the icon seems to be stretched, I tried to …

android icons expandablelistview stretch indicator
Android - Expandable ListView - using ViewHolder for optimization

I have a ListView where every row is an image+text. I have implemented this list as a seperate list …

android expandablelistview expandablelistadapter