MaterialSpinner
MaterialSpinner copied to clipboard
Selected Item shows with .toString()
Selected Item shows with .toString() but must be with adapter.getItemText(position)

It could be the way it is meant to be used!
To me this feels like a bug, as I understand it the whole point of adatper.getItemText() is to allow implementers to override and provide their own String based on the item. So getItemText should be used in the places marked above.
(Thanks for the library by the way)