ViewPager要这样用才显出你的气质(part2)
1、
RecyclerViewPager
号称android.support.v4.view.ViewPager的完美替代品。
-
扩展自RecyclerView.
-
可自定义fling滑动速率.
-
可自定义翻页触发条件.
-
支持垂直ViewPager.
-
支持Fragment (api 12+)
-
支持无限循环
-
支持和TabLayout配合使用
github地址:https://github.com/lsjwzh/RecyclerViewPager
2、FlipViewPager.Draco
在listview中实现可翻页的功能。
github地址:https://github.com/Yalantis/FlipViewPager.Draco
3、LinkedViewPager
ViewPager实现的视图联动效果,联动ViewPager的意思就是当一个viewpager在滑动的时候,另外一个ViewPager也跟着滑动,而且两者是同步的。
github地址:https://github.com/jianghejie/LinkedViewPager
4、GuideBackgroundColorAnimation
当你滑动Viewpager的时候,背景跟着动态变化。
github地址:https://github.com/TaurusXi/GuideBackgroundColorAnimation
5、InfiniteCycleViewPager
可实现无限循环和双向滑动的ViewPager。
github地址:https://github.com/DevLight-Mobile-Agency/InfiniteCycleViewPager
=====================================================part1=====================================================================
ViewPager要这样用才显出你的气质(part1)
Android攻城狮
2016-10-01 11:19
国庆了,大家都有计划去哪里玩呢?如果不知道去哪玩的,不如看看我给你们分享的,好好学习,天天向上(想想都心酸啊!单身狗才这样吧!)。
今天给大家分享的是ViewPager的一些第三方框架,感觉还不错的样子,有图有真相。
↓↓↓
1、ViewPagerTransforms
立体的感觉有木有,想要在你的项目中实现这种立体的效果的话可以用这个框架哦。
github地址:https://github.com/ToxicBakery/ViewPagerTransforms
2、android-page-transition
直接上图,不解释
github地址:https://github.com/xmuSistone/android-page-transition
3、stepper-indicator
github地址:https://github.com/badoualy/stepper-indicator
4、ExpandablePager
可扩展的ViewPager
github地址:https://github.com/Telenav/ExpandablePager
5、WoWoViewPager
这个很酷,感觉有点难对不对,别怕,有中文文档,写的很详细。
github地址:https://github.com/Nightonke/WoWoViewPager
中文文档:https://github.com/Nightonke/WoWoViewPager/blob/master/README-ZH.md