In Android, I want to use a custom Spinner that initially (when the user has not made a selection yet) displays the text "Select One". When the user clicks the spinner, the list of items is displayed and the user selects one of the options.
i'm getting my data via webservice in format json and i can put it in a custom spinner. but i always have the first item already selected.