ver 0.1.0 (initial simple version) deploy
This project will support more features in the future.
It is easy to use and can be modified.
Just add one line.
FastScroller(handlerView).attachTo(recyclerView)
link : https://jitpack.io/#mond-al/recyclerview-fastscroller/0.1.0
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.mond-al:recyclerview-fastscroller:0.1.0'
}