Re: [android-beginners] Binding spinner to a list of custom objects

2010-04-27 Thread TreKing
On Mon, Apr 26, 2010 at 5:32 AM, mitch mitche...@gmail.com wrote: Is it doable (and easily) or and I just missing stuff on my (possibly bad) searches. Yes, it's doable. Look at the adapter the spinner uses. If you want a better answer, you need to ask a better question.

[android-beginners] Binding spinner to a list of custom objects

2010-04-26 Thread mitch
(Apologies with the last post, keyboard went a bit screwey) Wondering if someone can point me in the right direciton, I'm trying to bind a spinner to a List of custom objects. public class serverStatus { ... few other things public string getServerName(); public string