添加介绍幻灯片android

时间:2016-06-14 07:06:23

标签: java android user-interface slide

以下是我要添加到我的应用Intro Slider

中的介绍屏幕

我如何添加它?约2-3张幻灯片

3 个答案:

答案 0 :(得分:1)

您可以查看此github仓库并添加代码https://github.com/RxMx/Material-Intro

这套说明是

  1. 将Java,布局和值添加到项目中。

  2. 要修改布局的字符串,请在strings.xml中更改它们

  3. 在清单中添加WelcomeActivity.java并将主题设置为无操作栏。它应该设置为启动器。

  4. 以下是Playstore https://play.google.com/store/apps/details?id=com.todaysfuture.beatboxer

    上的演示

答案 1 :(得分:0)

您也可以使用此库

https://github.com/PaoloRotolo/AppIntro

如果您不想使用库,则可以编写自己的代码 看看下面的例子

http://www.androidhive.info/2016/05/android-build-intro-slider-app/

答案 2 :(得分:0)

是的,你可以像下面那样发展,看看你想要什么 Follow Full Demo here.

您可以根据所需的数字页面进行自定义。

enter image description here