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?
Asked
Active
Viewed 521 times
1
-
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 Answers
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
-
please these classes of QuickAction and ItemAction,... are not included in standard APK, is it? – RiadSaadi Nov 30 '13 at 16:28
-
I didn't even said they did. The above link contains a popoverview made using android widgets and classes only – Rahul Gupta Nov 30 '13 at 16:34