ExpandableListView is a standard Android widget that shows items in a vertically scrolling two-level list.
hi every one i need a expandable table view for my data, Is it Possible to create like this in …
ios objective-c swift uitableview expandablelistviewI'm looking for an api like isExpanded() or isCollapsed() that tell me if a group is expanded or collapsed.
android expandablelistview collapse expand expandablelistadapteri'm trying to call notifyDataSetChanged for my custom ExpandableListView. what happens is for my child list, it shows the files …
android expandablelistview expandablelistadapterI would like to be a able to create a Navigation Drawer that has some expandable, selectable items, and some …
android android-fragments expandablelistview navigation-drawerI'm trying to animate my child views in an expandablelistview. I would like the child view to slide down from …
android animation expandablelistviewI am developing an android app with design. http://prntscr.com/86wnmm Here the default icon indicator of exapandablelistview is …
android expandablelistview indicatorI'm following this: Programmatically collapse a group in ExpandableListView. I want the user capable to expand only one group at …
android expandablelistview onclicklistener expandablelistadapterIs there a standard way to pin group item to the top of screen while scrolling group's items. I saw …
android expandablelistviewI have an ExpandableListView inside a NestedScrollView (yes I know, it is not good to have a scrolling view inside …
android expandablelistview android-nestedscrollviewThe below method is not working in android version jellybean 4.3. historyExpaLV.setIndicatorBounds(historyExpaLV.getRight() - 60, historyExpaLV.getWidth() - 8); Does anyone …
android expandablelistview android-4.3-jelly-bean