-
Android代码实现快速滚动的Recycler view
资源介绍
Recycler Fast Scroll
Widget for RecyclerView fast scrolling, like Android's built-in fast scroll option for ListView.
Supports any vertically scrolling LayoutManager, as well as proper integration for AppBarLayout.
Planned features are listed at the issues page.
You can download the sample APK from the releases page.
Sample
Dependency
Add this to your module's build.gradle file:
repositories {
//...
maven { url "https://jitpack.io" }
}
dependencies {
//...
compile 'com.g