Editable text view with spinner android
I want to create a control in android where user can input through
keyboard or enter through drop down list(spinner).
Actually the values I hard code in array in spinner is not exhaustive, so
user should have the option to input through virtual keyboard also.
So Either user can enter through keyboard or select from list?
How can i achieve this in android?
No comments:
Post a Comment