Used Library Link : https://github.com/AndroidDeveloperLB/ListViewVariants
- Material Fast Scroll Feature implementation.
- Android 6.0 permission handling
-
Frist of all add maven { url "https://jitpack.io" } line at end of repositories section which will be found in build.gradle(Project:appname) file.
-
Then add this line in build.gradle(Module) file dependency section : compile 'com.github.AndroidDeveloperLB:ListViewVariants:-SNAPSHOT'
-
Build the project now
-
Now add all this file and folder in your project package
-
Again build the project
-
Now you are ready to implement android fast scroll feature