13

I am trying to use DialogFragment as tooltip with a tooltip arrow pointing to its source button.

I can position the DialogFragment with the help of the following link. Position of DialogFragment in Android

But I can not find any help in adding a tooltip arrow to the DialogFragment. How can I do this?

Community
  • 1
  • 1
Ehtesham Hasan
  • 4,133
  • 2
  • 23
  • 31

2 Answers2

7

There are many open source libraries and codes available to find out how it can be developed.

  1. https://github.com/nhaarman/supertooltips
  2. https://github.com/nidhinek/android-tooltip
  3. https://github.com/douglasjunior/android-simple-tooltip
  4. https://github.com/michaelye/EasyDialog
ziLk
  • 3,120
  • 21
  • 45
1

I recommend to look into this library: skydoves-Balloon

this one has clear documentation

Alif
  • 57
  • 1
  • 8