What is Xamarin?

Technology CommunityCategory: XamarinWhat is Xamarin?
VietMX Staff asked 3 years ago

Xamarin is a Cross Platform Mobile Development technology by Microsoft where we can develop the native app using the same code base across all platforms (iOS, Android, UWP) using the C# language. Xamarin uses two approaches for the app development:

  • Xamarin.Forms and
  • Xamarin Native.

Xamarin.Forms uses MVVM & XAML while Xamarin Native uses native UI technology and MVC or MVVMCross Architecture.