1

Please, I guess how it is called: an on-screen floating message with small arrow, they used to show to user what button to push when he sees the program for first time. They are usually with text "press this button to..." or "here you can get this.." How to implement it in android application?

edit: I implemented some buttons on screen, and they say that it is not clear what they are for. I want to show user, when he (she) run the program after update, that this is a button and it is for...

Foenix
  • 991
  • 3
  • 10
  • 23

1 Answers1

0

maybe u could make a a whole new UI over ride for floating display or make a activity fully transparent with a limited window size and over lap it over ur previous activity

Srinath Ganesh
  • 2,496
  • 2
  • 30
  • 60