I am trying to create quick action with listview but i didn't find solution for that.
Asked
Active
Viewed 2,153 times
0
-
Are you looking for quick action dialog/bar ?? – rajpara Jul 27 '12 at 11:53
-
i want listview in quick action dialog. – Roshni Jul 27 '12 at 12:00
-
@Roshni: Did you notice my answer? – Aerrow Jul 27 '12 at 12:00
-
You can use QuickActionDialog or you can also use PopupWindow with your custom view. – rajpara Jul 27 '12 at 12:04
-
Here is question with listview inside popup window. http://stackoverflow.com/q/11243564/582571 – rajpara Jul 27 '12 at 12:05
-
If you want listview why dont you try [`context menu`](http://developer.android.com/guide/topics/ui/menus.html#context-menu) or create popup window on longClickEvent like Android Coader suggested – Trung Nguyen Jul 27 '12 at 12:25
1 Answers
2
Refer this site,
http://iamvijayakumar.blogspot.in/2011_11_01_archive.html
http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

Aerrow
- 12,086
- 10
- 56
- 90