NextFaze / power-adapters

Composable adapters for Android RecyclerViews and ListViews
Apache License 2.0
108 stars 13 forks source link

Add sticky headers #27

Closed alenz316 closed 7 years ago

alenz316 commented 8 years ago

Add the ability for headers/footers to be sticky

BenTilbrook commented 8 years ago

This might be more of a RecyclerView-level feature. I will definitely think about it, and I'm open to ideas.

alenz316 commented 8 years ago

I think you might be right. I tried very briefly doing this at the adapter level a while ago and ran into some walls.