Is it possible to write apps for Android in C# ?
        Posted  
        
            by Roberto Sebestyen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Roberto Sebestyen
        
        
        
        Published on 2010-06-14T16:40:07Z
        Indexed on 
            2010/06/14
            16:42 UTC
        
        
        Read the original article
        Hit count: 221
        
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.
© Stack Overflow or respective owner