10
When we download an app, it often presents a screen (or several) of instructions to use the app itself?! I would like to know how to do that. If you can’t put some code address or tutorial, at least the correct name so you can search!
10
When we download an app, it often presents a screen (or several) of instructions to use the app itself?! I would like to know how to do that. If you can’t put some code address or tutorial, at least the correct name so you can search!
9
This presentation is called Tour
, User Onboarding
or App Intro
. I recommend using the library Appintro, already follows all aspects for a great introduction to your app.
You can find a example through this application in Play Store
.
References:
Github: https://github.com/PaoloRotolo/AppIntro
Shop: https://play.google.com/store/apps/details?id=paolorotolo.github.com.appintroexample
2
Try these two:
Showcaseview This is no longer in development but may be useful.
Do you know the name of this technique? I was interested :)@Celsomarigojr
Thank you for answering Celso.. I will test here and return to close the question
@Wellington Avelino, I searched for "android make a tutorial" on google :p ... I actually have some projects on android but none is in this phase yet. The question also made me curious why I searched.
@Tairone Dias, ... is a very interesting subject for any android developer. Post yes if it worked!
Did a search here some call showCase
others of DemoActivity
, I found this on Soen http://stackoverflow.com/q/11805890/3861347 http://stackoverflow.com/q/12013334/3861347
@Celsomarigojust being able to initially use the Showcase View, but for what he wanted in itself, the sicachester post with the use of Appintro was more interesting. Likewise I thank you for your attention!
@Taironedias also found his response better... But thanks for the feedback!
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
Very good the references @sicachester, I will use!
– Wellington Avelino
Thank you @sicachester for answering and for the tip!
– Tairone Dias
Just to complement: this presentation can also be called user Onboarding
– Leonardo Assunção
@Leonardoasuncion added in reply! Thank you!
– rsicarelli