user1303250
user1303250

Reputation: 93

android balloon overlay in image

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

Upvotes: 0

Views: 905

Answers (1)

Ceetn
Ceetn

Reputation: 2736

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.

Upvotes: 1

Related Questions