Mark Phillips wrote:
> Any suggestions on how to set the value of the spinner index by searching
> the strings in the spinner array?

why would you do that?

why not simply:

// set C deg
s.setSelection(0)
// set F deg
s.setSelection(1)
// set K deg
s.setSelection(2)

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to