0

I've seen this in some apps , When the user runs the application for the first time, it shows some semi transparent screen shots that points to a certain part and shows some texts under it .

What does it calls ? How can I make some for my application ?

Edit: this is the image of what i mean : enter image description here

thanks

mohamad bagheri
  • 499
  • 1
  • 10
  • 25
  • it is called `walk-through` / `showcase` / `in-app tour` – Mehul Joisar May 25 '15 at 05:38
  • that is simply an image which you can program to show at first launch and then don't show it for next time. – Mehul Joisar May 25 '15 at 06:13
  • Please check these links. Hope it may help you: 1) http://stackoverflow.com/questions/12013334/how-do-you-create-a-transparent-demo-screen-for-an-android-app?rq=1 2) http://stackoverflow.com/questions/11805890/android-how-can-i-implement-first-time-tutorial-like-go-launcher-in-my-app?lq=1 – Bhavik Kamdar May 25 '15 at 07:38

1 Answers1

0

I think you are looking for something like this enter image description here

here's the github url: showcase

EDIT: Then take a look at this

there are also some of library there but i', not sure it's work for you lib try this and let me know if it work for you.

Key_coder
  • 534
  • 3
  • 27