Well, I'm creating app in which the user selects a brazilian state from a list (drop down list, picker, dialog or something like a list), but I'm not sure how to implement it. Is there such thing pre-build or will I have to implement? if so, any ideas of how I can do it?
Asked
Active
Viewed 367 times
1 Answers
0
You should have a Spinner that offers this kind of selectable input and create your Adapter with the items.

Marcos Vasconcelos
- 18,136
- 30
- 106
- 167
-
that was really helpful. thanks a lot! I'm a newbie in android. – Nayana Jul 10 '15 at 17:02