I have a layout that contains two lists. Since you can\'t put lists in a ScrollView I am trying to use an ExpandableListView, with a custom SimpleExpandableListAdapter, as per this question.
I\'m working on an app that involves and ExpandableListView.We should like to replace the groupIndicator with one of our own choosing.
I\'m trying to animate my child views in an expandablelistview. I would like the child view to slide down from top to bottom when expanding a group and sliding from bottom to top when collapsing a gro
I开发者_StackOverflow社区 am using this codes to set my own group indicator icon and set it to right side of the list
I\'ve been attempting to work out how to add a child View to a child List in an ExpandableListActivity, but to no avail.
The current implementation of my listview displays data in different categories/sections, depending on a variable of the objects to be displayed. Just to show an example, if the dataset is e.g. {cat,o
I have a set of strings I originally was using with an ArrayAdapter to populate a Spinner.Instead of a Spinner, I want to use a BaseExpandableListAdapter.Is there a way I can get a set of string-array
I have a class which implements expandable list activity. In the XML code (or I can do it in java), I set fastScrollEnabled to true. This does in deed enable fast scroll. BUT fast scroll only works in
My Question is I have a expandable list 开发者_运维技巧view. in the expandable list i havetwo buttons in each child in the list. Now i can able to add buttons in the child list. But i dont know how t
I have an ExpandableListView view and I\'ve implemented OnChildClickListener, but I need to get the group of that child, more specifically - the text staying as a label of that group.