ExpandableListView is a standard Android widget that shows items in a vertically scrolling two-level list.
I'm writing a simple application for Android. I have 2 tables - one called 'grous' and another called 'group_items'. I …
android sqlite expandablelistviewI found only one similiar question and it didn't help me. I hope you can help me, because I'm stuck. …
android expandablelistview notifydatasetchangedI'm using an ExpandableListView and I'm unsuccessfully trying to move an image when expanding a group (the image being part …
android expandablelistview expandablelistadapterHas anyone had any luck adapting PinnedHeaderListView so that it can be used with an ExpandableListView instead of just a …
android expandablelistview sticky expandablelistadapterThe expandable listview is proper but it doesnt get refreshed when again called. Old Items are again seen in the …
android expandablelistview custom-adapterI am using Expandable ListView and the data in it is populated through Sqlite database. I have given an option …
android expandablelistview notifydatasetchangedI created an ExpandableListView with the help of this tutorial: link. I understand the code more or less and been …
android expandablelistviewI am struggeling updating my ExpandableListView via NotfiyDataSetChanged. I am downloading some data from a webserver, which is displayed correctly …
java android user-interface expandablelistview expandablelistadapterI use my own icon image as indicator for ExpandableListView, but the icon seems to be stretched, I tried to …
android icons expandablelistview stretch indicatorI have a ListView where every row is an image+text. I have implemented this list as a seperate list …
android expandablelistview expandablelistadapter