Of the Android Spinner widget, I only want to use the functionality that pops up a list of options to choose from. I don't want to display the selected value anywhere. Is this possible? Or must I use a Dialog in this case?
The advantage of a Spinner would be that I can easily listen for changes, while with a Dialog I would have to handle the Dialog lifecycle etc.