Sourabh Saldi
Sourabh Saldi

Reputation: 3587

Enhancing Help option in my android application

I need to add help menu in my android application to help users know about the app for first time when they start Should show pop up screen like this well, I can do this by adding such images but Is there any library or sample project available that I can use to achieve this! here is developers link down there is a semi transparent image

Upvotes: 3

Views: 107

Answers (1)

mark.kedzierski
mark.kedzierski

Reputation: 663

What needs to happen is getting the locations of the relevant views and pass them, in an intent, to a help activity with a transparent background. Luckily, there is an open source library for this. Check out ShowcaseView . It is what you are looking for.

Upvotes: 1

Related Questions