async-expandable-list contains 2 View classes: CollectionView
and AsyncExpandableListView
.
AsyncExpandableListView displays a list of headers and loads a sub-list under a header when a header item is clicked. The loading of sub-items can be done asynchronously and there are callbacks to populate the data into the list when it's done loading.
from The Android Arsenal
No comments:
Post a Comment