expandablelistview
Android: not able to trace down a ClassCastException with SimpleExpandableListAdapter
I get the following exception running my program: 05-12 08:29:06.907: ERROR/AndroidRuntime(460): FATAL EXCEPTION: main[详细]
2023-03-05 21:09 分类:问答Android compatibility between ExpandableListView and CheckTextView/Checkbox
I\'ve created an activity, which has an expandable list view of category, and some of them as subcategory.[详细]
2023-03-05 04:54 分类:问答Android: How to correctly use NotifyDataSetChanged with SimpleExpandableListAdapter?
I am struggeling updating my ExpandableListView via NotfiyDataSetChanged. I am downloading some data from a webserver, which is displayed correctly in my ExpandableListView.[详细]
2023-03-05 03:57 分类:问答How can I completely hide the groupIndicator of an ExpandableListView?
I want to completely hide the groupIndicator in a custom Exp开发者_开发技巧andableListView. The example provided here did not seem to work.[详细]
2023-03-02 05:17 分类:问答Update ExpandableListView child from handler
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.[详细]
2023-03-01 18:23 分类:问答How to disable the collapsing of an ExpandableListView?
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[详细]
2023-03-01 15:12 分类:问答ExpandableList View not using ExpandableListActivity
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[详细]
2023-03-01 14:28 分类:问答Expandable list view
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[详细]
2023-03-01 10:08 分类:问答Expandable list view move group icon indicator to right
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.[详细]
2023-02-28 19:18 分类:问答Custom expandable list view with child search filter
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[详细]
2023-02-28 17:51 分类:问答
加载中,请稍侯......