Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eowise/recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
https://github.com/eowise/recyclerview-stickyheaders

Last synced: 2 months ago
JSON representation

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView

Awesome Lists containing this project

README

        

recyclerview-stickyheaders
==========================

Recyclerview-stickyheaders is an Android library that makes it easy to integrate section headers in your ```RecyclerView```. These sections headers stick to the top as you can see below :

Deprecated
----------

I don't have enought time to maintain this lib anymore. Retrospectively, I'm not sure that ItemDecoration is the best way to implement sticky headers, especially when dynamic add, remove and reorder of items is needed. If you need sticky headers feature, have a look to [SuperSLiM](https://github.com/TonicArtos/SuperSLiM) or [FlexibleAdapter](https://github.com/davideas/FlexibleAdapter). If you are interested by taking ownership of this repository, please contact me.