简体   繁体   中英

Is it possible to code Android Programming in Visual Studio?

I have a sound knowledge of Visual C#.NET. And I want to program Android Apps. But as I am too much familiar with visual studio environment, therefore I want to know the way to program Android in Visual C#.NET language.

There is a related question in given link on stackoverflow Related Question Link

But i found nothing useful from that.

Well the cleanest solution is probably Xamarin: http://xamarin.com/

But that costs money.

You can develop in visual studio in Java using the following: https://code.google.com/p/vs-android/

You can develop in C# for free for Android using Mono, although it is not in Visual Studio: http://monodevelop.com/Download/Mono_For_Android

IMHO, Java is very similar to C# so you might be better off learning the intended way to program Android applications than trying to fight it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM