• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help FreePager library

metalex

Lurker
Recently I remembered about my developments in ViewPagers. So I decided to finish it. Now you easily can implement Vertical Pager, Infinite Horizontal Pager, Infinite Vertical Pager, Free Pager (both horizontal and vertical orientations).

Here it is:

https://github.com/alexzaitsev/freepager

Library also is available in Maven Central. You can use Gradle:

dependencies {
compile 'pro.alexzaitsev:freepager:1.0.0'
}

If you like it - don't forget to star a repository! :)

#android_az#freepager#android#viewpager
 
Back
Top Bottom