Install VerticalViewPager via Gradle
masterTo include VerticalViewPager in your Android project, add the following dependency to your dependencies block in your build.gradle file. Note that it uses the @aar suffix to specify the Android Archive format.
dependencies {
compile 'me.kaelaela:verticalviewpager:1.0.0@aar'
}