This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
0.7.0
- StickyHeaders how supports distinct types for headers, list items and footers. This means you can have different layouts and view holders for different types of items/headers/footer.
- Addition of
PagedLoadScrollListener
which simplifies use of a paged data source. See thePagedDemoAdapter
for example use. Thanks to distinct header/item/footer support above, the demo shows a progress-bar in the list while items are loaded from a mock data source. Neat!
compile 'org.zakariya.stickyheaders:stickyheaders:0.7.0'