Y
Hacker News
new
|
ask
|
show
|
jobs
by
cwyers
4429 days ago
There are multiple native compilers for .NET. Xamarin uses one for iOS and Android apps (well, in the case of Android, you're compiling to Dalvik bytecode, but it's just as native as any other Android app).
1 comments
sochinochi
4429 days ago
Xamarin.Android apps do not compile to Dalvik bytecode. Every app ships with MonoVM which runs side-by-side with Dalvik.
link
cwyers
4429 days ago
Thank you for the correction; I seem to have had Xamarin on Android confused with Xamarin on iOS, which does compile to native code.[1]
1)
http://docs.xamarin.com/guides/ios/advanced_topics/limitatio...
link