C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

C#

Guys, an application created with C# can run on android platform?

29th Mar 2018, 5:11 AM
Isaiah
Isaiah - avatar
3 Answers
+ 6
Yes. I developped some app with VisualStudio and Xamarin. The structure of the solution can contain 1 project by target (android, Ios, Windows, ...) and you can have one shared project for the reusable code. You develop in .NET and XML by exemple. You can use interface to put code in each target also, for mechanics which work differently on each target platform.
29th Mar 2018, 5:32 AM
Geo
Geo - avatar
+ 6
Yes... The written code can be compiled for android using android SDK with C# support.
30th Mar 2018, 11:03 AM
Abraham N. Mulbah
Abraham N. Mulbah - avatar
+ 3
yes...
29th Mar 2018, 5:23 AM
Manan
Manan - avatar