yayaa / ViewPagerIndicator

Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.

Home Page:http://viewpagerindicator.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android ViewPagerIndicator

No Maintenance Intended

Since the original library has not changed at all by 3 years, i decided to fix some depreciations. (And meanwhile i converted it into AndroidStudio Project of course)

To include your project, get aar file from here and put it into 'libs' folder, then have project's gradle file following lines:

android {
	...

	repositories {
    	    flatDir {
        	    dirs 'libs'
        	}
    	}
	
	...
}

dependencies {
	compile(name: 'viewpagerindicator', ext: 'aar')	
}

About

Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.

http://viewpagerindicator.com


Languages

Language:Java 100.0%