Xamrian is a cross platform technology where a .Net developer can easily write code for mobile application into iOS, Android and MAC application.
The team behind Xamarin has released a steady stream of products that reflect their mission of cross-platform C# development: the Mono framework that provided C# developers the ability to run large portions of C# code on non-Microsoft operating systems; MonoTouch, Xamarin’s Mono engine running on the iOS platform; and MonoDroid, Xamarin’s port of its Mono framework to the Android platform. Finally, the recent release of Xamarin.Mac allowed development of native applications on OSX using C#.
Xamarin contains a fully functional implementation of the .NET runtime, called Mono, which is bundled with your app so that your code executes with all of the power of C# and .NET, including memory management, reflection, and the .NET base class libraries.
One can write an app into C# and call any native platform APIs directly from the C#. The Xamarin compiler bundles the .NET runtime and outputs a native ARM executable, packaged as an iOS or Android app.
EthanHunt
Xamrian is a cross platform technology where a .Net developer can easily write code for mobile application into iOS, Android and MAC application.
The team behind Xamarin has released a steady stream of products that reflect their mission of cross-platform C# development: the Mono framework that provided C# developers the ability to run large portions of C# code on non-Microsoft operating systems; MonoTouch, Xamarin’s Mono engine running on the iOS platform; and MonoDroid, Xamarin’s port of its Mono framework to the Android platform. Finally, the recent release of Xamarin.Mac allowed development of native applications on OSX using C#.
Xamarin contains a fully functional implementation of the .NET runtime, called Mono, which is bundled with your app so that your code executes with all of the power of C# and .NET, including memory management, reflection, and the .NET base class libraries.
One can write an app into C# and call any native platform APIs directly from the C#. The Xamarin compiler bundles the .NET runtime and outputs a native ARM executable, packaged as an iOS or Android app.