xamarin - How does Mono for Android work and what's the relation between C# and Dalvik? -


i'm trying find information on how c# implementation of android works.

is c# -> java -> bytecode -> dalvik: i.e. c# converted java before process happens between bytecode , dalvik?

or c# -> dalvik?

your guess wrong. more similar .net/com interop wrappers used acrosss boundary. @ runtime there 2 vms, dalvik , mono clr running @ same time,

mono android http://tirania.org/pictures/android-dalvik-mono.png

there far more information can dig miguel's blog such http://tirania.org/blog/archive/2011/apr-06.html

the c# dalvik solutions exist, such dot42 , remobjects c#.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -