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 Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid