How to create in-app step by step instructions?
Like this (first boot android ics, new google play app etc)
Is it a part of public android sdk?
How to create in-app step by step instructions? Like this ( first boot android
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Someone had to program all of that. I’m not sure what else to say, you need to do two things:
Sequence through all of the actions you want to perform, and programatically do the things that the button presses do. (Show other screens, launch other activities, etc.)
Draw the shapes representing the finger/hand etc.