www.gusucode.com > Android APP启动多图滚动的UI引导页动画效果源码程序 > README.txt

    Android APP 引导页动画效果,这个相信大家都熟悉,是软件入口的闪屏界面,安卓手机APP启动时多图滚动或者手指滑动切换的UI引导页动画效果,本实例引导页使用的pageview适配器,图片的下半部分有几个小圆点,显示当前是第几张图片,在屏幕上滑动手指可向左、向右滑动切换图片,智能判断是否是第一次打开APP,若是第一次,则进入引导页WelcomeActivity,如果不是,则直接进入软件主界面。因图片可能要加载网络,如果网络不可用,则弹出对话框,对网络进行设置。

Android APP guide page animation effect, this is believed to be familiar to everyone, is the flash screen interface of the software portal, the UI guide page animation effect of multi-picture scrolling or finger swipe switching when the Android mobile phone APP starts, the pageview adapter used by the example guide page, the picture The lower part of the screen has several small dots, which show that the current picture is the first picture. Swipe your finger on the screen to swipe left and right to switch the picture. Smartly judge whether it is the first time to open the app. If it is the first time, then Go to the guide page WelcomeActivity, if not, go directly to the main interface of the software. Because the picture may have to load the network, if the network is not available, a dialog box will pop up to set the network.