开发者

Is it possible to write apps for Android in C#?

开发者 https://www.devze.com 2023-01-03 05:10 出处:网络
We all know that Android runs Dalvik VM programs. Normally developers write programs in Java and they compile it to Dalvik bytecode.

We all know that Android runs Dalvik VM programs.

Normally developers write programs in Java and they compile it to Dalvik bytecode.

I wonder if it would be possible to create a compiler that can take C# code and compile it into Da开发者_如何学JAVAlvik bytecode.


Well, that's one option - or you could just run it on Mono running on Android. This has already been done and the Mono team is now working on MonoDroid. I'm not sure of details yet - whether that will be running the Dalvik VM as well for UI, whether it will just be native, or whether it will be a .NET-to-Dalvik compiler.

0

精彩评论

暂无评论...
验证码 换一张
取 消