What is xamarine? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is xamarine?

I've read that it's helpful for building applications for Android using C# but can you briefly explain how this works ?

8th Sep 2016, 4:54 PM
Julio Muñoz
Julio Muñoz - avatar
2 Answers
+ 1
It's kinda like building a desktop app in windows forms. You drag and place buttons etc... and write your code. When you compile on your PC it will start a simulation of an android phone, and here your program will open. Takes a little time to start up. Hopefully this answers your question.
8th Sep 2016, 5:09 PM
Andreas BeEm Kvist
Andreas BeEm Kvist - avatar
+ 1
Xamarin studio is a powerful platform to build native Android and iOS apps using C#. It has different libraries that include app graphic user interface templates, buttons, tabs etc. and codes that converts C# code into native Android or iOS app code. Previously Xamarin was called Mono and it was helped to write code in OSX and Linux.
10th Sep 2016, 6:03 PM
Ilyosjon Kamoldinov
Ilyosjon Kamoldinov - avatar