Y
Hacker News
new
|
ask
|
show
|
jobs
by
Revex
4463 days ago
Yeah, I am pretty sure that Xamarin compiles down to Obj-C on the iPhone, but on Android it includes a VM in java that runs .net (mono).
1 comments
acemarke
4463 days ago
Close. According to
http://xamarin.com/how-it-works
, they do Ahead-Of-Time compilation to go straight to ARM binaries for iOS.
link