Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eowise/recyclerview-stickyheaders
- Owner: eowise
- License: mit
- Created: 2014-09-18T12:42:49.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-02-23T12:54:07.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T18:16:33.710Z (5 months ago)
- Language: Java
- Homepage: http://eowise.github.io/recyclerview-stickyheaders
- Size: 73.9 MB
- Stars: 961
- Watchers: 45
- Forks: 148
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- -awesome-android-ui - recyclerview-stickyheaders - stickyheaders.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - recyclerview-stickyheaders - stickyheaders.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - recyclerview-stickyheaders - stickyheaders.gif" width="49%"> (Index)
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.