问题描述
几个月前,我给自己买了HTC ONEX.我很欣赏它们以这种方式引导用户使用交互式小部件和帮助功能来指导手机入门.
A couple of months ago I bought myself an HTC ONE X. I admired they way they guide the user in taking his first steps in the phone with interactive widgets and help functions.
我想将这种功能添加到我们正在构建的应用程序Rogerthat中,但是我想知道是否有工具/库可以帮助我实现这一目标?
I would like to add this kind of functionality to Rogerthat, the app we are building, but I wonder if there are tools / libraries that can help me achieve this?
推荐答案
罗马努里克(Roman Nurik)组合了一个名为向导页器"(Wizard Pager)的库来执行此类操作.它可能可以用来完成您要问的事情.
Roman Nurik put together a library called "Wizard Pager" to do this sort of thing. It could likely be used to do what you're asking.
https://plus.google.com/113735310430199015092/posts/6cVymZvn3f4
http://code.google.com/p/romannurik-code/source/browse/misc/wizardpager
更新:
我认为这也可能对您有所帮助.这与首次在ICS +中运行Android ROM时显示的浏览过程类似.
I think this might also be helpful to you. It's similar to the tour shown when first running a stock Android rom in ICS+.
该库可以在任何版本的Android中使用:
The library can be used in any version of Android:
https://github.com/Espiandev/ShowcaseView
如果要连续展示,可以查看以下内容:
If you want consecutive showcases you can look at this expansio:
https://github.com/blundell/ShowcaseViewExample
这篇关于如何为Android应用程序创建导览的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!