Re: [android-developers] Spinner Retrievation

2011-03-07 Thread Justin Anderson
*> I have created list elements in spinner from strings.xml. * *> I store element in database using spinner1.getSelectedItem().**toString(); * This code doesn't show how you store the info in the database. It shows how you get the data to be stored in the database. *> How to retrieve that element

[android-developers] Spinner Retrievation

2011-03-05 Thread Brad Stintson
I have created list elements in spinner from strings.xml. I store element in database using spinner1.getSelectedItem().toString(); How to retrieve that element from database? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this