An android library for multiple hierarchically related section headers that stick to the top of a ListView.
- Add the StackedStickyHeadersView either to an XML layout file, or programmatically.
- Extend a StackedStickyHeadersAdapter and set it as an adapter of the view by calling StackedStickyHeadersView.setAdapter(StackedStickyHeadersAdapter listAdapter)
- Make sure to implement the getHeadersViewTypeIds() and getHeadersViewsHeights() methods of the StackedStickyHeadersAdapter
- Use StackedStickyHeadersView.getListView() to access the internal ListView for setting click listeners for items
- remove the explicit height of the sticky headers and calculate it dynamically on the go
- support for RecyclerView
- click listeners for the sticky headers