posm / OpenMapKitAndroid

http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
128 stars 38 forks source link

Multiple Choice / String Combo question #58

Closed hallahan closed 8 years ago

hallahan commented 9 years ago

Sometimes we want to give the user multiple choice for values, but sometimes there will be something we don't have in the list.

For example, it would be nice for the key cuisine to have a list of possible values, but we dont want to present some obscure value. We might want to provide Mexican, but what if the user comes across a Tibetan restaurant?

hallahan commented 8 years ago

Maybe something like this:

http://stackoverflow.com/questions/17795156/adding-edittext-alongside-radiobutton http://stackoverflow.com/questions/25480372/edittext-inside-radiogroup