Skip to content

AutoViewPager is auto scroll viewpager with infinite scroll

Notifications You must be signed in to change notification settings

harshmittal2810/AutoViewPager

Repository files navigation

AutoViewPager

AutoViewPager is auto scrolling viewpager with infinite steps.

Step 1. Add the maven url in your root project gradle file :

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io'}
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.harshmittal2810:AutoViewPager:<version-name>'
	}