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
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