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

前端 未结 1 834
刺人心
刺人心 2021-02-06 13:07

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 poss

1条回答
  •  走了就别回头了
    2021-02-06 13:53

    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 讨论(0)
提交回复
热议问题