I would like what are the available tools or options that i’ve in order to create an android application using C#.
I heard about Mono, that is some kind of visual studio made in Java right?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, Mono isn’t not “Visual Studio made in Java” or anything similar.
Mono in general is a port of .NET (or rather, the underlying specifications) to MacOSX, Windows and Linux.
Additionally, there’s MonoTouch which allows you to build iOS applications using C#, and Mono for Android which allows you to build Android applications using C#. With Mono for Android, you typically build your application in Visual Studio (or MonoDevelop if you’re working on a Mac). Both MonoTouch and Mono for Android are commercial products, whereas Mono itself is free and open source.