如何创建Google Docs App [Img inside]等介绍滑块?

时间:2014-05-02 08:13:54

标签: android user-interface

在新的Google Docs Android App中,该应用有一个简介滑块视图,其中显示了如何使用该应用的不同步骤 - 我喜欢它并希望为我的应用做类似的事情。

有没有漂亮的开源库来做到这一点?我只能想到以下方法:

  1. ShowcaseView
  2. 我想我可以使用Tabs来做,并相应地调整外观。
  3. 任何其他(美丽的)替代方案?

    enter image description here

2 个答案:

答案 0 :(得分:3)

(这个问题稍微陈旧,但这里有:)

我发现的另一个开源Android库正是这样(而且相当容易)AppIntro

它可以创建与Google最新的介绍滑块相同的介绍滑块:

Intro slider created with AppIntro

VS

Google Plus Collection intro sliders

他们的wiki及其readme很好地描述了如何使用它。

答案 1 :(得分:2)

您可以使用ViewPager实现此目的。

每次点击“下一步”按钮,您都可以在ViewPager中更改页面。

http://www.edumobile.org/android/android-beginner-tutorials/view-pager-example-in-android-development/