mvrck
mvrck

Reputation: 522

Creating dialog with pointer in Android

I want to create a dialog with a pointer which points to where the user has tapped. Something like what has been done in the native music app. I searched a lot, but don't know what exactly it is called, so i am attaching the screenshot of what I want to achieve.

enter image description here

Creating a dialog is easy, but how do I make it "point" dynamically?

Upvotes: 3

Views: 1116

Answers (1)

Sujit
Sujit

Reputation: 10632

you should got for PoPUpWindow in android here is link for this.. http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

Upvotes: 2

Related Questions