Is there a way to set spinner text to a value that doesn't exist in the drop-down list ? Best case would be:
spinner.setText(value);
But spinner not allowing that.
Is there a way to set spinner text to a value that doesn't exist in the drop-down list ? Best case would be:
spinner.setText(value);
But spinner not allowing that.