| Interface | Description |
|---|---|
| MaterialSpinner.OnItemSelectedListener<T> |
Interface definition for a callback to be invoked when an item in this view has been selected.
|
| MaterialSpinner.OnNothingSelectedListener |
Interface definition for a callback to be invoked when the dropdown is dismissed and no item was selected.
|
| Class | Description |
|---|---|
| MaterialSpinner |
A spinner that shows a
PopupWindow under the view when clicked. |
| MaterialSpinnerAdapter<T> | |
| MaterialSpinnerBaseAdapter<T> |