Android "Getting Started" 教程启动画面
Android "Getting Started" Tutorial Splash Screen
我正在尝试构建一个可滚动的启动画面,就像许多 Google 应用程序中存在的启动画面一样。用户可以在介绍性信息之间滑动,页面底部会提供状态指示器。
使用 ViewFlipper
似乎是可能的,如下所述:http://tekartlife.blogspot.com/2014/04/changing-screen-with-viewflipper-and.html
我很好奇 "standard" 或首选实施方式是什么?
我用的是ViewPager and for indicators on the bottom I use this lib
在您的应用程序中制作启动画面和一次性欢迎画面。观看教程 http://www.androidsources.com/index.php/2015/08/06/android-splash-screen-and-welcome-screen-tutorial-using-android-studio/
您可以使用 ViewPager
作为入门屏幕,使用指标作为指标。
您还可以使用最佳图形(例如彩色十六进制代码)来最好地显示您的 "Getting Started" 屏幕。
我正在尝试构建一个可滚动的启动画面,就像许多 Google 应用程序中存在的启动画面一样。用户可以在介绍性信息之间滑动,页面底部会提供状态指示器。
使用 ViewFlipper
似乎是可能的,如下所述:http://tekartlife.blogspot.com/2014/04/changing-screen-with-viewflipper-and.html
我很好奇 "standard" 或首选实施方式是什么?
我用的是ViewPager and for indicators on the bottom I use this lib
在您的应用程序中制作启动画面和一次性欢迎画面。观看教程 http://www.androidsources.com/index.php/2015/08/06/android-splash-screen-and-welcome-screen-tutorial-using-android-studio/
您可以使用 ViewPager
作为入门屏幕,使用指标作为指标。
您还可以使用最佳图形(例如彩色十六进制代码)来最好地显示您的 "Getting Started" 屏幕。