0

I currently have a homescreen with three buttons. I would like to add a small button on the side of each button that when clicked would pop up a some sort of pop-up, that would explain the functionality of each button. Is there a built-in function for this? Or is this more like a tool-tip? Thank you

TheLearner
  • 312
  • 2
  • 20

1 Answers1

0

You can use Android AlertDialog Box. Android provides default alert box and you can also make you own custom alert box. Just put dialog box in your help button onClick event.

Reference :

  1. https://developer.android.com/guide/topics/ui/dialogs.html
  2. http://stacktips.com/tutorials/android/android-custom-dialog-example
Shank
  • 1,387
  • 11
  • 32