5

I want to add drop down list in android application. Can anybody tell me, how to do this?

2 Answers 2

6

Android does not have any 'Drop Down' Option. You should use the 'Spinner' instead of.

Here is the implementation of Spinner:

http://developer.android.com/reference/android/widget/Spinner.html

Sign up to request clarification or add additional context in comments.

Comments

0

You dont have drop down option in android. you can use spinner instead. use this link for spinner,it absolutely work well in eclipse. http://developer.android.com/guide/topics/ui/controls/spinner.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.