Thanks for your elaborate answer. My code to get the selected item now looks
like this:

Java.Lang.Object o = spinner.SelectedItem;
string s = o.ToString();
o.Dispose();

Think this is the best was to do. For more complex list items I am already
deriving from BaseAdapter. I will continue to use the ArrayAdapter only for
simple types.

Cheers,

Andreas



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Understanding-ArrayAdapter-string-and-Java-Lang-Object-tp5711252p5711275.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to