I have spinner , and when i start app, default value for spinner will be the first element in adapter. What i want to do is to notify user via Toast if he click element which is already selected.
Is that possible?
Also, for example , if first element is selected, and during program , first element value is changed from adapter, is it possible to refresh spinner so it display new one?
Thanks :)