Drop list using quick action dialog in android ?
drop down list should be

i don’t want to use spinner.
i have tried out example
http://www.chupamobile.com/tutorial/details/63/Quick+Actions+-+Tutorial/
and
http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
please help.
Thanks in advance……
Well Shivaji,
This would not be possible with straight options and you need customize library for that if I am not wrong. Because QuickAction is preferably used to offer a minimum set of actions.
However, as an alternate, I would suggest you to make use of PopupWindow and integrate your ListView inside.
This should work perfectly for you.
Hope this helps.