DragSelectRecyclerView
DragSelectRecyclerView copied to clipboard
TouchListener that can be attached to any RecyclerView and handles multi selection for you
The library does not support AndroidX Recycler View, this needs to be improved
How can use drawselectrecylerview with Swipe to refresh layout?
can u please let me know why it's not working in nested scrollview
`Scroller` seems no used. See #9
Since `Scroller` used to calculate current position which relate to the peogress of scrolling. But in this lib we calculate the speed ourselves. `Scroller` just be used as a flag...
please help me to get only vertical item selection like this using drag only 
Hi, thanks for the much useful library! Here's how to recreate a bug I spotted. (See the *Current behavior* gif below.) 1. Start the demo app. 2. Long press any...
My app uses a collapsing toolbar whith viewpager, but when i start draging when the toolbar is expanded the list not auto scrolls, but when my toolbar is collapsed the...