Android setting label to spinner
问题 Hi how to set a label in spinner: ie the lable should initially visible when user clicke the spinner button options visible , when user select the option the label should replace with the new item,is it possible with spinner? 回答1: Spinners do not have "labels". Beyond that, though, what I think you are describing is exactly what a Spinner does: When closed, shows the last selection made by the user, or the initial selection if it has never been opened When opened, shows a selection list of