Hi,

ha,yes...i have to populate the spinner with the contents of the
dictionary....(ex: courses shud populate in the spinner for the user
selection)...

adapter.AddAll(myDictionary.Keys);

This *should* do it, but there seems to be a bug in monodroid 4.6 which is stopping it (looks like something is missing on the bindings)

foreach string k in myDictionary.Keys
  adapter.Add(k)

may do the trick

Is this for course work or are you just learning and developing?

Paul
--
"Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist's, but that's just peanuts to space, listen..."
Hitch Hikers Guide to the Galaxy, a truly remarkable book!

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to