I think the others have answered on the status of Mono for Android. On the question of GetParcelableExtra, this sounds familiar. I think I found it missing as well. It made a list to be included in m4a 1.03 or 1.10 or similar. Whatever version was suppossed to have GetParcelableExtra, unfortunately, we never got it. I'm thinking we'll see the m4a support in the fall, probably late fall, but that's a personal opinion. Getting this stuff going takes time, and I don't want to be like the kids in the back seat "Are we there yet?" Wally
> Date: Tue, 12 Jul 2011 06:13:50 -0700 > From: [email protected] > To: [email protected] > Subject: [mono-android] Status of Mono for Android? > > Hi, > > Downloaded Mono for Android today, and after a bit of testing, I discovered > some vital functionality that's missing. So I'm wondering about, does anyone > know where to find any list of what's missing in the Mono for Android > implementation? > > The specific functionality I'm missing is connected to sending data from one > activity to a another using Parcels on the Intent.. To define an object to > support parcel you need to inherit the IParcelable interface (Parcelable in > java), but to make this work you need a Creator, but there is no > implementation in IParcelable for this. > > The second problem I discovered is that Intent.PutExtra supports IParceable, > but there is no Intent.GetParcelableExtra in Mono (while this exists in > java). The only support for parcelables in Mono is to pass them using > arrays, but again, since the interface doesn't implement the CREATOR the > code crashes.. > > So, does anyone have any answer on this? > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Status-of-Mono-for-Android-tp4578820p4578820.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
