Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 503 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 503 Bytes

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