aagam94
aagam94

Reputation: 613

creating a popup like this

How to make a popup like in the image when we click a link and what it is known as?

loading failed

Upvotes: 0

Views: 741

Answers (3)

Shalini
Shalini

Reputation: 1733

It just a popwindow. Take a look here. It will explain you clearly.

http://www.edumobile.org/android/android-apps/quick-action-demo/

Upvotes: 1

Nermeen
Nermeen

Reputation: 15973

take a look at this implementation:

http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

Upvotes: 1

AggelosK
AggelosK

Reputation: 4351

I believe you can achieve that if you use a PopUpWindow and set the backgound to be bubble like that in the picture you are showing in your question. See the answer of this previous SO post for a simple example.

Upvotes: 2

Related Questions