2

How to show such kind of hints or instructions for the user, and after tap on this the hints it will be invisible.

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Born To Win
  • 3,319
  • 3
  • 19
  • 27
  • 4
    https://github.com/nhaarman/supertooltips – duggu Apr 23 '14 at 06:03
  • I just go with this project.It will show the tool tips text but cannot show the circle like structure representing zooming to the text as shown in above image. – Born To Win Apr 23 '14 at 06:36

1 Answers1

1

Go for the SuperToolTips which is open source and creates a Custom tooltips for the views as per your needs.

You can check out its sample and library HERE

GrIsHu
  • 29,068
  • 10
  • 64
  • 102
  • I just go with this project.It will show the tool tips text but cannot show the circle like structure representing zooming to the text as shown in above image. – Born To Win Apr 23 '14 at 06:38