This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I\'ve got this RelativeLayout I am using: <?xml version=\"1.0\" encoding=\"utf-8\"?> <RelativeLayout
I have a expandedlistview and I开发者_开发百科 want to change the textcolor of group when the particular group is expanded. I tried many things but not able to find solution.Please let me know if ther
I have an ExpandableListView in which if I add some Groups during onCreate() of the activity, it\'s fine, but if I try to add Groups later on and then do notifyDataSetChanged() the ExpandableListView
I am using an ExpandableListView. It works fine, but I want to add an OnGroupExpandListener; The problem is if I override it, the \'basic\' default behaviour for that is overridden as well. I basicall
i am using an expandablelistview to show a list of groups containing different counts of children. sometimes the list is very long, so i wanted to enable fastscroll. i did this and everything is worki
I have 3 group containing 3 child which has EditText , when I click on EditText the software keyboard pop\'s out, at that time the expandable list is redrawn
I\'m struggling with the ExpandableList View in Android. I\'m using the code provided in the apis demo but I don\'t know how to solve my problem.
I am trying to create multiple categories in an activity which extends Expand开发者_JAVA技巧ableListActivity. Now some of the categories have items and some dont. but when I click on the EmptyList one
I\'m trying to build expandableList with SimpleCursorTreeAdapter but my list does not make groups, it repeats ever开发者_StackOverflow中文版y child element as group element.