Improvements to help option in Android app

I need to add a help menu in an android app to help users learn about the app the first time they start Should show a popup like this well, I can do it by adding images like this , but is there any library or sample project that I can use to achieve this! here is the developer link, there is a semi-transparent image

+3


source to share


1 answer


What needs to happen is to get the location of the respective views and pass them, in intent, to a help operation with a transparent background. Fortunately, there is an open source library for this. Check out ShowcaseView . This is what you are looking for.



+1


source







All Articles