I suspect the answer is no, but thought I\'d ask...
I have a Spinner that needs to reveal a hidden \"proceed\" button when the user has made a selection. However, s
I know that this isn't a solution, per se, but from the sound of things, it is a requirement that the user select SOMETHING to be allowed to continue, correct? What if you add, as the first item in the spinner, an unrelated item, saying something like "Please Select One..."? Have that as the default chosen item, then the user will have to make a different selection to continue, hence, the listener will be fired.
Just a thought. :)