I would like what are the available tools or options that i've in order to create an android application using C#.
Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ring ZhongPosted Oct 14, 2013, 11:44 PM
http://stackoverflow.com/questions/10962104/develop-android-app-using-c-sharp
http://www.codeproject.com/Articles/663461/Developing-Android-Apps-using-Csharp
http://forums.asp.net/t/1825145.aspx
Sunny SharmaPosted Oct 14, 2013, 5:27 AM
Mono for Android is the option available to develop Android applications using C#. You can start with Xamarin , offering full fledged IDE for Android development using C# or you can go with it's Visual Studio Add-in that enables you to develop Android application using Visual Studio.
Hope it helps :)