I get the following exception running my program: 05-12 08:29:06.907: ERROR/AndroidRuntime(460): FATAL EXCEPTION: main
I\'ve created an activity, which has an expandable list view of category, and some of them as subcategory.
I am struggeling updating my ExpandableListView via NotfiyDataSetChanged. I am downloading some data from a webserver, which is displayed correctly in my ExpandableListView.
I want to completely hide the groupIndicator in a custom Exp开发者_开发技巧andableListView. The example provided here did not seem to work.
I have an ExpandableListView with children that have text supplied on creation, and an image that is downloaded via a handler on it\'s group click.
I would like to implement a ExpandableListView which should be expandable only after all the values have been set up within the adapter. Also I would like to be able to disable the collapsing of the e
Because I don\'t have enough reputation points to comment on previous questions yet, I had to create a new one. I needed an expandable list view that didn\'t take up the entire activity so I used this
i am newbie in android development.. i m using expandable listview, In each row of listview i have 3 textview and 1 button ,on button click
As regards to expandable list view, the group icon indicator is positioned to the left side, can I move the indicator and positioned it to the right? Thanks.
I\'ve already implemented a list view with search filter but right now, I have to changed it to expandable list view with child search filter. There would be an edit text as a search bar and filters a