Showing posts with label String Array. Show all posts
Showing posts with label String Array. Show all posts

Android Spinner


    
 In this tutorial I'll show you three things: 
  • How to add a spinner to your application layout;
  • How to populate your spinner with an array from strings.xml file;
  • How to handle user's selection.

Lets get started then:)