Develop Android app using C#

后端 未结 7 1362
一向
一向 2020-11-30 17:45

Is it possible to write an android app using C#? Is there an API or something? Is it free for personal and commercial development?

What do I need to install to have

7条回答
  •  醉酒成梦
    2020-11-30 18:40

    Here is a new one (Note: in Tech Preview stage): http://www.dot42.com

    It is basically a Visual Studio add-in that lets you compile your C# code directly to DEX code. This means there is no run-time requirement such as Mono.

    Disclosure: I work for this company


    UPDATE: all sources are now on https://github.com/dot42

提交回复
热议问题