From 6054a1fbb8359e4932a3519e7235666b1c9892a3 Mon Sep 17 00:00:00 2001 From: Anthony Campbell Date: Sat, 27 Oct 2018 10:29:57 -0500 Subject: [PATCH] Added Xamarin section (#20042) * Added Xamarin section with info * Minor tweaks before merging --- guide/english/mobile-app-development/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/mobile-app-development/index.md b/guide/english/mobile-app-development/index.md index 790e7eba0a..67de3b0f5e 100644 --- a/guide/english/mobile-app-development/index.md +++ b/guide/english/mobile-app-development/index.md @@ -51,3 +51,6 @@ Originally created by Progress, NativeScript apps are built using JavaScript, or Flutter is a cross platform mobile development framework from Google, i,e it can be used to create both ios and Android apps with ease. It uses Dart as its primary language. It's hot reload feature helps in speeding up the overall Development process. Flutter produces real native apps as in the case of React Native as opposed to cordova, Ionic and Cordova which produces hybrid apps. +### Xamarin + +Xamarin is a cross platform mobile development framework from Microsoft. It allows you to develop on a PC or a MAC using a C# codebase. You can create Native iOS Apps, Native Android Apps, and Native Windows Phone Apps. You can use either Visual Studio or Xamarin Studio as the IDE to develop using Xamarin.