What I want to do is create a list or spinner or something that is pre-populated with an array of values that a user can select from...i've done this with a list in the past...assuming i have the following items in an array 10, 20, 30 ...
1) is there a way i can set it up so that the user can enter a custom item easily? eg 70 (doesn't need to be stored back to original array) ... just looking for a way for user to select something not listed if possible and store to same variable as if i picked something from the list...
2) would i be best served with a list, spinner or something else?
Thanks
1) is there a way i can set it up so that the user can enter a custom item easily? eg 70 (doesn't need to be stored back to original array) ... just looking for a way for user to select something not listed if possible and store to same variable as if i picked something from the list...
2) would i be best served with a list, spinner or something else?
Thanks