how to create a drop down menu in android?I tried spinner,but its dialog box is covering in the entire screen when it is in landscape mode.also width of dialog cannot be adjusted.I need drop down menu working for andorid2.3.can any one help me i am a fresher in this field?
Share
You can use ActionBarSherlock and use IcsSpinner instead of regular spinner for dropdown effect. It works API 8 onwards.