Skip to content

ver 0.1.0 (initial simple version) deploy

Compare
Choose a tag to compare
@mond-al mond-al released this 17 Jan 16:24
· 18 commits to main since this release

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'
	}