0

I need to create a balloon overlay from where a user click presses on the imageview. it's look like this. http://www.modality.com/images/appimages/130/screens/645/large.png

user1303250
  • 93
  • 1
  • 8

1 Answers1

1

Maybe you can modify some of this code? Github baloontips project

Other option is to check where the user has tapped (onTouchListener) and then inflate your own custom baloon layout.

Ceetn
  • 2,728
  • 2
  • 25
  • 28