Hello,
I have constructed an application that possess several steps to be attend to, so to facilitate its use I would like to introduce the user to the basics at the application first run.
Something like a "layer" that would visually identify which items to interact to, within a certain order, and -if necessary- once the interaction is confirmed this "layer" is cleaned for the next step.
I can programmatically, design such thing, moving the elements around or drawing whatever necessary. But I'm concerned regarding the best approach to the problem.
Can you suggest any kind of libraries or ways to construct such feature ?
I have constructed an application that possess several steps to be attend to, so to facilitate its use I would like to introduce the user to the basics at the application first run.
Something like a "layer" that would visually identify which items to interact to, within a certain order, and -if necessary- once the interaction is confirmed this "layer" is cleaned for the next step.
I can programmatically, design such thing, moving the elements around or drawing whatever necessary. But I'm concerned regarding the best approach to the problem.
Can you suggest any kind of libraries or ways to construct such feature ?


