RecyclerViewExtensions module providing utilities for sticky headers.
A LayoutManager
with support for sticky headers.
To use it, set it as the RecyclerView
's layout manager and ensure its Adapter
implements StickyHeaders
(and optionally, StickyHeaders.ViewSetup
).