资源说明:DragSelectRecyclerView
What is it / What does it do?
It's a simple one class TouchListener that can be attached to any RecyclerView and handles multi selection in google photos style via long pressing on an item and moving the finger up/down to select more items (it even scrolls if you reach the edges of the RecyclerView)
Gradle (via JitPack.io)
add jitpack to your project's build.gradle:
repositories {
maven { url "https://jitpack.io" }
}
add the compile statement to your module's bui
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。