简体   繁体   中英

How to create user manual in Android App?

I saw a beautiful user manual some Apps.There,when user enters to a new page,most of it's surface is gray,except of an area that user must be click it.Also,here user sees some hints.For example like this image:

在此输入图像描述

When user clickes on lighter area,next hint will be shown,for example like this:

在此输入图像描述

Now my question is:How we can create user manual or user hints,like these?

You can also create Dialogs (or DialogFragments), and set the background to something transparent. Then you just place whatever elements you want (as basically an overlay).

Another good library (by Roman Nurik) is for generating wizards, which could be used to walk the user through a set of tasks as an example: http://www.theultimateandroidlibrary.com/resources/209005/ (not exactly what you are asking - Dialogs I think is that answer - but useful for User Manuals as well).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM