Hi, The spinner is binded with data's from from database using SimpleCursorAdapter and to display the selected data I used the method as below
textview.setText(spinner.getSelectedItem().toString()) this gives me an out put like android.database.sqlite.sqlitecur...@437451a0 Is this the right way to get the selected data? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

