android:如何在我的应用程序中实现像 Go Launcher 这样的首次教程?

问题描述:

Go Launcher 有一个不错的初次使用教程.它与首次运行的 Stock ICS 非常相似.我想学习如何在我的应用程序第一次启动时显示类似的教程.如何在我的 android 应用中实现这个透明视图(它与屏幕对象交互)?

Go Launcher have a nice first-time tutorial. it is very similar to Stock ICS first time run. I want to learn how to make the similar tutorial display at the first launch of my app. How can I implement this Transparent view (which interacts with screen objects) in my android app?

我正在尝试 类似的东西 使用一个透明的 Activity,里面有一个 viewpager.我想要用户可以滑动的静态教程"图像.

I was trying to do something similar using a transparent activity with a viewpager inside it. I wanted static 'tutorial' images that users could swipe through.

我的问题的一个答案提到了一个有趣的库(称为 ShowcaseView).它似乎也很适合您的要求.

One of the answers to my question mentioned an interesting library (called ShowcaseView). It seems like it may be a good fit for your requirements as well.

https://github.com/Espiandev/ShowcaseView