1

Two years after that this question was asked, I want to know, if in the new versions of Android, there is a simple way to do it?

Community
  • 1
  • 1
RiadSaadi
  • 391
  • 2
  • 7
  • 16
  • I think no but what is hard on [QuickAction](http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/) when all what you need is to just copy and paste code to your project? – Simon Dorociak Nov 30 '13 at 15:47
  • http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/ Use This. It is quite Easy. Android does not provide by default. It does provide a popup windows but this QuickAction is quite much better. IF you want android's popoverview, you have to wait till monday – Rahul Gupta Nov 30 '13 at 15:51
  • @RahulGupta it is exactly what I mean, if some thing like PopupView exists?? – RiadSaadi Nov 30 '13 at 15:57
  • @Geralt, I think that I will work with, thank you. – RiadSaadi Nov 30 '13 at 15:58
  • please I need an answer to submit and close this question! – RiadSaadi Nov 30 '13 at 15:59

1 Answers1

1

Please use this :-

https://github.com/lupidan/PopoverView

I used this. It extends a Relative Layout and Create a PopOver. I was talking about this only

Rahul Gupta
  • 5,275
  • 8
  • 35
  • 66