Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i'm searhing for a widget in a android app where the user can select a item from a specific list. its only possible to select one and the list is defined by the app.

its like a dropdown. i cant use a simple listView because i need at least 4 of there controls on one page. so what is a good solution?

share|improve this question
1  
I'm not really sure what's the problem but Spinner can't do the trick? mkyong.com/android/android-spinner-drop-down-list-example – Tomas Aug 30 '12 at 6:58
i did not see them :) thx – gurehbgui Aug 30 '12 at 6:58

3 Answers

up vote 3 down vote accepted

I think, you are looking for something like Spinners

share|improve this answer

Spinners is what you are looking for.

share|improve this answer

You can use Spinner in android for dropdown.or you can use AlertDialog as like that of drodown.For using spinner read this.For using AlertDialog read this

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.