Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I show a combobox in Android? [closed]

How can I show a combobox in Android?

like image 931
James Avatar asked Jun 11 '10 16:06

James


People also ask

What is spinner in Android with example?

Android Spinner is a view similar to the dropdown list which is used to select one option from the list of options. It provides an easy way to select one item from the list of items and it shows a dropdown list of all values when we click on it.


1 Answers

In android it is called a Spinner you can take a look at the tutorial here.

Hello, Spinner

And this is a very vague question, you should try to be more descriptive of your problem.

like image 193
gruntled Avatar answered Oct 06 '22 08:10

gruntled