1

I saw a component in an application which shows a small pop-up with a textView when we tap on a button, but the pop-up disappear when we scroll through the page. The pop-up is displayed just under the button, with an arrow in the direction of the button.

I don't know what it is. Please tell me at least the name of the component or a link to an article of android developer's documentation.

Tim241
  • 143
  • 2
  • 13

1 Answers1

0

There are several libraries which can popup tooltips given a view as the anchor. Hope these help you!

  1. Android ToolTips (with Play Store demo, requires min SDK version 15)

    https://github.com/rharter/android-tooltips

  2. Simple Tool Tip (Requires min SDK version 8 only)

    https://github.com/xizzhu/simple-tool-tip

  3. ViewTooltip (Requires min SDK version 14)

    https://github.com/florent37/ViewTooltip

Siu
  • 1,422
  • 1
  • 12
  • 17