eowise / recyclerview-stickyheaders

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

Home Page:http://eowise.github.io/recyclerview-stickyheaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or FlexibleAdapter. If you are interested by taking ownership of this repository, please contact me.

About

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

http://eowise.github.io/recyclerview-stickyheaders

License:MIT License


Languages

Language:Java 100.0%