[mono-android] PutIntArrayListExtra Q

2013-05-05 Thread Paul Johnson
Hi, I have a List 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. I've used PutStringArrayListExtra with a standard List as the value to passover containing int.ToString() values from an inte

Re: [mono-android] PutIntArrayListExtra Q

2013-05-05 Thread Jonathan Pryor
On May 5, 2013, at 7:08 PM, Paul Johnson wrote: > I have a List object that I need to pass to a new activity. Use Intent.PutExtra(string, int[]) with List.ToArray(). - Jon ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION