0

I just want to know how to make something like when I install an Android application. The function of the activity is shown for example what particular button does..just to let the user know what this particular activity/or a button in an activity do.or the over all function of my product you must have seen this, I'm just curious about that and want to implement. Only when you run the application for the first time after installation.

Pang
  • 9,564
  • 146
  • 81
  • 122
Aman Verma
  • 3,155
  • 7
  • 30
  • 60
  • Looking for this? http://stackoverflow.com/questions/12148381/overlay-image-to-make-tutorial-in-android-app – arbrcr Sep 20 '15 at 05:40

1 Answers1

0

Try this Third Party Library

https://github.com/amlcurran/ShowcaseView

or

You can do it on your Own with an Layout above Top of you Activity with alpha and some text describing Actions which when clicked ok will be gone

Rajan Kali
  • 12,627
  • 3
  • 25
  • 37