expandablelistview
SimpleCursorTreeAdapter for ExpandableListView
How does the cursor nee开发者_开发百科d to be formatted so that so that I get categories and their children to display correctly. How will the adapter discern between what are categories and what are[详细]
2023-02-28 06:51 分类:问答GridView inside Expandable list in android
I want to put an gridview with images inside an expandable list...I\'ve already make that, but the gridview don\'t show all item...[详细]
2023-02-26 19:21 分类:问答Android Arrays contents are getting changed for no reason
I am trying to create an ExpandableListView inside my activity that shows shows types of wines on the top level, and individual bottles of wine on the second level. I am reading all of my data from a[详细]
2023-02-24 21:00 分类:问答ANDROID - ExpandableListView
Im trying to figure out how to build a view that contains (many of): PARENT1 (checkable, expandable) CHILD1 (RADIO BUTTON)[详细]
2023-02-24 12:32 分类:问答In an ExpandableListView, how to detect the group collapsing?
In my expandableListView I\'ve made a custom button to expand/collapse the group and for expanding it works, but when collapsing no.[详细]
2023-02-24 09:15 分类:问答Problem of dynamic binding data with ExpandableListView on Android
First thing, is this the correct way to get the current item view of an expandablelistview? long packedPosition = ExpandableListView.getPackedPositionForChild(groupPosition, childPosition);[详细]
2023-02-18 17:38 分类:问答custom views not updating with OnGroupClickListener on ExpandableListView
I have custom groupViews that need to change state when they are expanded and collapsed. If the same group view is expanded it toggles between two states.[详细]
2023-02-17 20:57 分类:问答Can an ExpandableListView be embedded in another layout?
I would like to have an expandable/collap开发者_Go百科sible listview in my app, similar to how the comments are displayed for each app in the Market (in fact, each item in the list is a comment on the[详细]
2023-02-16 03:28 分类:问答how to get value from database into Expandable List via cursor
I wonder how to get value from database into Expandable List via cursor public class SmplExpandable extends ExpandableListActivity {[详细]
2023-02-15 01:51 分类:问答Android ExpandableListView with Checkbox, Controlling checked state
Friends, I am trying to write a application which use checkbox in ExpandableListView, I got a problem here which is maintaining checkbox state of the application, I got the example from here , my pro[详细]
2023-02-12 15:45 分类:问答