MultiSnapRecyclerView
Android library for multiple snapping of RecyclerView.
Gradle
Features
This is an Android Library for multiple snapping of RecyclerView.
MultiSnapRecyclerView easily provides a snapping feature to your recycler view.
What this does are clean, neat, and powerful.
- [x] gravitated snapping to
start
end
andcenter
. - [x]
snap count
to specify the number of items to scroll over. - [x] supports horizontal and vertical scrolling.
- [x] listener to be called when snapped.
- [x] sample code.
- [ ] support reverse layout.
- [ ] test code.
Make sure to use LinearManger. Other managers are not supported.

Usage
Use MultiSnapRecyclerView in your xml file.
and simply set a layout manager.