From eb6b45bdf48659b3073d70aa0845e17a71be750e Mon Sep 17 00:00:00 2001 From: Thaurin Date: Mon, 21 Jan 2019 20:05:17 +0100 Subject: [PATCH] Clean up and fix spelling (#27939) --- guide/english/mobile-app-development/index.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/guide/english/mobile-app-development/index.md b/guide/english/mobile-app-development/index.md index 51bf11398b..ef82a9d056 100644 --- a/guide/english/mobile-app-development/index.md +++ b/guide/english/mobile-app-development/index.md @@ -12,16 +12,15 @@ This section contains articles related to Mobile Hybrid Applications Development Native App Definition -- Built for a specific operating system and can be accessed only from the dedicated app store. -Android App can only be accessed by Android users and is developed using Java, Windows, C++ etc. -iOS App using XCode / Objective-C / Swift etc. - -- Development Costs & Effort is Higher +- Built for a specific operating system and can be accessed only from the dedicated app store +Android apps can only be accessed by Android users and is developed using Java, Windows, C++ etc. +- iOS apps are developed with XCode on MacOS and use Objective-C or Swift as a programming language +- Development costs and effort are higher Hybrid App Definition -- Uses Native Device's Browser container to contain HTML5 App. -- Developing hybrid app is consistent, cross platform UI. +- Uses Native Device's Browser container to contain HTML5 app +- Developing hybrid app is consistent, cross platform UI Development Cost and Time @@ -51,7 +50,7 @@ Originally created by Progress, [NativeScript](https://www.nativescript.org/) ap ### Flutter -[Flutter](https://flutter.io/) 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. +[Flutter](https://flutter.io/) is a cross platform mobile development framework from Google. It can be used to create both iOS and Android apps with ease. It uses Dart as its primary language. Its 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 and Ionic, which produce hybrid apps. ### Xamarin