Is it possible to write apps for Android in C# ?
- by Roberto Sebestyen
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 Dalvik bitecode.