Hi,
i did not mean in that way....actually i searched many articles in mono
android...i found very few articles regarding this topic and mono for
android...but this site was fine actually...dont get angry...sorry if i
hurted...
Not angry in the least. What you're doing looks more like a college
project than anything is all ;)
i created dictionary...and i crated adapter<string> in OnCreate(Bundle
bundle){}....after that i wrote adapter.AddAll(course.Keys); but it is not
displaying any intellisense for AddAll() method...it showing error at
AddAll() method is--->'Android.Widget.ArrayAdapter<string>' does not contain
a definition for 'AddAll' and no extention method 'AddAll' accepting a first
argument of type 'Android.Widget.ArrayAdapter<string>' could be found (are
you missing a using directive or an assembly reference?)
AddAll is only available from API 11 up. Prior to that you should be
able to use something like this
foreach string s in myDictionary.Keys
myAdapter.Add(s);
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