Clean up and fix spelling (#27939)

This commit is contained in:
Thaurin
2019-01-21 20:05:17 +01:00
committed by Tom
parent 9c817a6f9c
commit eb6b45bdf4

View File

@ -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