Spinner Tutorial in Android using Basic4Android
Good day! This is my other tutorial on controls. The one that i had tutored was the AutoCompleteEditText, and now the Spinner.
Spinners provide a quick way to select one value from a set. In the default state, a spinner shows its currently selected value. Touching the spinner displays a dropdown menu with all other available values, from which the user can select a new one. Spinner is the same as ComboBox in Visual Basic.
On this, you need to create one Label to have a result when you choose an item in the Spinner. Named it as tgtLabel.