Jonathan Pryor wrote:
>
> http://android.xamarin.com/Documentation/Architecture
>
> Managed code is not converted into Java, it is executed atop the Mono VM. 
> This has a number of benefits (proper generics, anyone? Full 
> System.Reflection.Emit?), though introduces a few issues as well.
>
> Java code is also generated during the build process, but these Android 
> Callable Wrappers are _not_ a translation of C# code into Java code, they're 
> Java type declarations to allow Android code to call into managed code.

> Again, this is not what happens with Mono for Android. C# code is not 
> converted to Java.

There was a previous mention of a VB for Android and that got things confused. 
The previous comment indicated that the VB code got converted to Java code.

Thank you for the explanations. I will look at the documentation. I am not 
sure how it fits together but I should at least read the documentation.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to