Loading...

Android Spinner Example

In this tutorial, I am going to show how to use spinner in android application to select an item from a drop down list. You can add drop down items either from java code or xml. Let’s create a new android project and try the following spinner example.

Related:
Android SeekBar Example
Android Radio Button Example
Android ListView Example

Android Example: How to use Spinner in Android


XML Layout File

res/layout/activity_main.xml

Java Activity File

src/MainActivity.java

Strings.xml File

res/values/strings.xml

Now, run your application which will look like output given below.

Output:

Android Spinner Example
Android Spinner

UI 5486436819129394078
Home item