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

https://github.com/doist/recyclerviewextensions

RecyclerView made easier.
https://github.com/doist/recyclerviewextensions

Last synced: about 1 year ago
JSON representation

RecyclerView made easier.

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).