Showing posts with label Spinner in Android. Show all posts
Showing posts with label Spinner in Android. Show all posts

Monday, June 8, 2015

Spinner and dropdownlist in Android example

How we use spinner in android.It is very simple.

<Spinner
   
android:id="@+id/planets_spinner"
   
android:layout_width="fill_parent"
   
android:layout_height="wrap_content" />