Introduction - If you have any usage issues, please Google them yourself
DirectionalViewPager support horizontal and vertical ViewPager
Project Address:
https://github.com/JakeWharton/Android-DirectionalViewPager
The others have tried:
Android V3.5 new features of imitation Netease http://blog.csdn.net/way_ping_li/article/details/9359191
I just re-test a little, feeling can be used.
Just pay attention to the need to import-v4.jar package and VerticalViewPagerCompat.java android.support.v4.view package must be placed in a specific annex.
Usage with ViewPager almost as long as the set
viewPager.setOrientation (com.mobovip.views.DirectionalViewPager.VERTICAL)
You can slide longitudinally up.
Reference code: