推荐4个Android引导页框架
2016-09-29 本文已影响1062人
AiPuff
1.CircleIndicator
![](https://img.haomeiwen.com/i2837762/719357bee02ab82e.gif)
一个轻量级的viewpager指示器 ,类似于nexus5 启动器的效果。它可以自定义指示器上小圆点的样式和动画效果。可以用于引导页。项目地址:https://github.com/ongakuer/CircleIndicator2.Guideshow
![](https://img.haomeiwen.com/i2837762/b114601b1e0f4c80.gif)
2.Guideshow使你简单、快速的构建引导页。另外,你无须生成动态的gif图片就可使页面产生动画效果,如平移、渐变。 项目地址: https://github.com/javajavadog/guideshow
3.AppIntro
![](https://img.haomeiwen.com/i2837762/390c78ee78b2b6dd.jpg)
![](https://img.haomeiwen.com/i2837762/c420109d8b620032.jpg)
尝试使用了下,确实是个漂亮的控件,而且使用也很简单,推荐使用。
项目地址:https://github.com/PaoloRotolo/AppIntro
4.SwitchViewDemo
![](https://img.haomeiwen.com/i2837762/da41b84ba308695c.gif)
一个简单的引导页实现。值得推荐的是这完全是个单独的控件,而不是借助ViewPager实现的。作者完全是扩展ViewGroup做的。