L
L
libera2015-11-15 14:21:10
Android
libera, 2015-11-15 14:21:10

Compile C# for android?

Is it possible to compile C# under androin.
I am writing a program in C #, but then I would like to adapt it for android.
Is it possible to do so?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vyacheslav Zolotov, 2015-11-15
@SZolotov

Google Xamarin

A
ArturNak, 2015-11-15
@ArturNak

in my opinion, only xamarin, however, when porting code, be prepared that the API may differ. When porting code, you will have two options: Xamarin.Forms and Xamarin.Android directly. VS 2015 has limited free support for Xamarin.Android. Xamarin.Forms is available for free only in a trial or you have to pay.
Useful Links
developer.xamarin.com/guides/android
developer.xamarin.com/guides/cross-platform/xamari...

A
Artem Voronov, 2015-11-15
@newross

You will not be able to adapt the desktop application later.
But you can immediately develop an application using the MVVM framework, for example, for MvvmCross. Then for each platform you will need to make an interface, and the logic will be common.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question