https://github.com/doist/recyclerviewextensions
RecyclerView made easier.
https://github.com/doist/recyclerviewextensions
Last synced: about 1 year ago
JSON representation
RecyclerView made easier.
- Host: GitHub
- URL: https://github.com/doist/recyclerviewextensions
- Owner: Doist
- License: mit
- Created: 2015-03-02T03:40:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T13:47:36.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T22:07:12.012Z (over 1 year ago)
- Language: Java
- Size: 516 KB
- Stars: 493
- Watchers: 28
- Forks: 43
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecyclerViewExtensions
`RecyclerViewExtensions` is a collection of self-contained and reusable extensions for `RecyclerView`.
Out of the box, `ListView` provides functionality that is absent from `RecyclerView`. This work started in support of a transition from the former to the later, and grew over time.
## Extensions
There are multiple extensions to pick from. See each module's README for details:
* [Animations](Animations)
* [ClickListeners](ClickListeners)
* [Dividers](Dividers)
* [DragDrop](DragDrop)
* [Flippers](Flippers)
* [PinchZoom](PinchZoom)
* [Selectors](Selectors)
* [StickyHeaders](StickyHeaders)
## Demo
To play with them, run the [sample app](Samples).
## License
`RecyclerViewExtensions` is released under the [MIT License](LICENSE).