I have a preliminary question I want users to answer before a certain EditText field should appear. The Spinner is basically a Yes/No question, upon selection Yes I want EditTextA to show, upon selection No I want EditTextB to show.
I believe the best way to do this is to have both EditTextA & B hidden by default, appearing upon selection of the Spinner value.
If you could provide step-by-step code, great, but what I am really looking for is high-level direction of how I should approach this.
There is tutorial for you:
http://developer.android.com/resources/tutorials/views/hello-spinner.html
in onItemSelected method add lines: