Skip to content

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

Notifications You must be signed in to change notification settings

yayaa/ViewPagerIndicator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 100.0%