Is it possible to a开发者_如何学Gopply an expand or collapse animation for expandableListView?It can be done using a simple ListView that contains an initially hidden view and a custom class that exte
I\'m writing a simple application for Android. I have 2 tables - one called \'grous\' and another called \'group_items\'.
I have an ExpandableListView contains a link, it does not expand when has a link, and i want the link is clickable.
How do I use the ResourceCursorTreeAdapter with the following constructor? ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout
I\'m trying to put a checkbox into ExpandableListView. How do I do that? I extend BaseExpandableListAdapter and put the following into getGroupView():