You could use Spinner's setSelection(int position) method. 2008/10/3 Lonzo1968 <[EMAIL PROTECTED]>
> > I feel almost embarrassed to ask this.. But how do you default the > selection in a Spinner Widget? I have a Spinner that uses an > ArrayAdapter<String> to fill the Selections. I get the value of the > Spinner from a database, and now I want to set the Spinner to that > selection when the user creates the Activity.. > > This seems like it should be simple, but I just don't see a method to > do this?? > > Thanks, > > LA > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

