I am writing an Android application in which I would like to be able to detect the selection of an already selected item in a spinner. The standard spinner interface allows detecting only selection changes.
It seems that the only way to implement this is to override the spinner routines i have heard...but i have no idea how to go about doing so.
Do you have any suggestions?
Do you know where I might find sample code that shows how to override or customize a spinner?
Thanks for your help.