Android Development using c#
Is there a free way to develop apps for my Gala开发者_Go百科xy Tab (Androind 2.2) using c#? Or are there only paid solutions?
Currently MonoDroid is the only CLR implementation on *Droid platforms so short answer is no. The cheapest solution would be get the student edition from MonoDroid store.
Edit: There is one open source implementation here but the reliability is doubtful: https://github.com/koush/androidmono
Just develop in Java with Eclipse. It's easy to learn, free do download and use (especially if you already know how to develop in C# with M$ tooling), and there's lots of community support.
精彩评论