I’m making an app and I’d like to help the user the first time he uses my app. I know that some others help the user with a layer that tells him what to do with a transparent background. And…I’d like to do this but I can’t find any way.
Someone see what I’m talking about?
There are of course several different ways of doing this, the simplest is probably displaying a Dialog, and changing the layout of the Dialog to match what you want to help the user with.
in the XML you can set the background to:
If you have a TextView or ImageView inside of your xml for the dialog, you can simply just change the helping text/image by defining it the same wat as with the button and changing it when appropriate.