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
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...
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
Im trying to figure out how to build a view that contains (many of): PARENT1 (checkable, expandable) CHILD1 (RADIO BUTTON)
In my expandableListView I\'ve made a custom button to expand/collapse the group and for expanding it works, but when collapsing no.
First thing, is this the correct way to get the current item view of an expandablelistview? long packedPosition = ExpandableListView.getPackedPositionForChild(groupPosition, childPosition);
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.
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
I wonder how to get value from database into Expandable List via cursor public class SmplExpandable extends ExpandableListActivity {
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