expandablelistview
ExpandableListView, CursorTreeAdapter and cursor management
Trying to use ExpandableListView and CursorTreeAdapter. Here th quote from Android manual: protected abstract Cursor getChildrenCursor (Cursor groupCursor)[详细]
2023-03-25 19:04 分类:问答ImageButton in group row of ExpandableListView causing onClickListener not to be fired
I am working with an ExpandableListView in my application. It worked fine until I decided to add an ImageButton to the end of it. Here is my XML:[详细]
2023-03-25 11:40 分类:问答How to get all childs view in group with ExpandableListView
I am using expandable list view with checkboxex. I need to check all child boxes when I check group checkbox. How to get all child views in group?[详细]
2023-03-25 02:54 分类:问答Like to know how to get selected item in Expandable List ANDROID
I have an expandable list that contains groups : continents and child : countries. When one country is clicked i want the country to be displayed in a textview on another class.[详细]
2023-03-24 04:46 分类:问答Expandable ListView
I am using expandableListView for UI design, so I am wondering for Android expandable listview, is there a way to allow only one list item expanded, i.e. when you click and开发者_运维技巧 expand an it[详细]
2023-03-23 21:05 分类:问答Two expandable list view in the same activity
I have two relative layout in the same activity (for a 3d flip animation) that I rotate between them using a button.[详细]
2023-03-23 20:53 分类:问答ANDROID : Changing the color of ExpandableListView's group indicator
The problem : I\'ve changed my app\'s background color to white, and now I cannot see the ExpandableListView\'s group indicator anymore.[详细]
2023-03-22 04:12 分类:问答ExpandableListView - How to set divider only between parent elements
I want to put divider only between parent elements. When i set android:divider=\"@drawable/divider\" android creates divider between parent elements, but creates divider between child elements too. W[详细]
2023-03-20 19:39 分类:问答Why are clicks in my ExpandableListView ignored?
I have an AlertDialog populated by an ExpandableListView. The list itself works perfectly, but for some reason clicks are ignored. Apparently my click handler is never called.[详细]
2023-03-20 02:24 分类:问答NullPointerException when casting custom object from array in getGroupView
Can anyone help me figure out why I\'m getting a NullPointerException here? I\'m trying to set up an adapter for an ExpandableListViewActivity.[详细]
2023-03-19 17:16 分类:问答