Android代码-实现类似锤子和 Google Photo 的滑动选择功能。

时间:2022-08-26 05:40:38
【文件属性】:
文件名称:Android代码-实现类似锤子和 Google Photo 的滑动选择功能。
文件大小:9.56MB
文件格式:ZIP
更新时间:2022-08-26 05:40:38
Android代码 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
【文件预览】:
DragSelectRecyclerView-master
----gradlew(5KB)
----settings.gradle(28B)
----demo()
--------src()
--------.gitignore(7B)
--------build.gradle(593B)
--------proguard-rules.pro(658B)
----library()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(660B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(5KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(529B)
----files()
--------demo.gif(9.61MB)
----build.gradle(498B)

网友评论