Hi,

I have a List<int> object that I need to pass to a new activity. I'm trying to use PutIntArrayListExtra as it looks just the job. The problem is that this needs IList<Java.Lang.Integer>.

I've used PutStringArrayListExtra with a standard List<string> as the value to passover containing int.ToString() values from an integer list. This is inefficient as it means at the other end I have to convert back to in.

Is there a simple way to pass a standard List<int> using PutIntArrayListExtra?

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