i try to build a ExpandableListView with a own ExpandableListAdapter but the ExpandableListView is not visible in my activity :-(
I\'m having trouble with an ExpandableListView. What I want is for each group to be from column \"bond\", which is non-unique, but I want the groups to be unique (i.e. each value of \"bond\" should on
Each child in my ExpandableListView builds a context menu. In my OnCreateContextMenuListener() I need to access some of the TextViews that are displaying data associated with the child\'s group. Expan
I\'m new to StackOverflow and I hope to find some help about ExpandableListView. I\'m using an ExpandableListView having several 开发者_C百科groups but only one child in each group. The child is a cu
Is it possible to create ListView in C# (in Details View) just like in MS Access where when you can show in ListView things that are connected with particular item by some ID so you can clearly see th
Im trying to implement an activity that uses ExpandableListView and I have gotten so far but now I have found some strange behavior.
I have being playing around with expandable list views recently. I am trying to get a list view that has a checkbox as one of the elements of the child view.
I need to add a header to the top of the expanded children in an ExpandableListView. The same header should appear at the top of all expanded children. I\'ve been trying to do it from the adapter like
I just tried the current Google sample for ExpandableListiew: This sample seem very simple and easy to use, but what I would like to do is to say that one of the category has no child. I removed all
The default behavior of ExpandableListView is to collapse a group when its header is clicked.Is it possible to prevent this from happening?