Skip to main content

Posts

Showing posts from December, 2017

Beginners' NativeScript + Angular to develop Android apps - Getting started guide

NativeScript ( https://github.com/NativeScript ) is a java script framework that enables you to create native Android or IOS mobile applications. It is considered to be faster than Cordova or PhoneGap (which is webview based frameworks as opposed to native code generated from java script). Best features of NativeScript - NativeScript supports Angular (4/5) , TypeScript , regular java script and it also has a plugin for Vue.JS - NativeScript can generate native applications for Android and IOS with one code base. - NativeScript playground  https://play.nativescript.org  - this is a platform like jsfiddle, plunkr to write and execute and see the result of small NativeScript applications. NativeScript Performance Comparison: The following link shows a simple ios app comparison benchmarks with these other frameworks. Native   - Xcode 6.3.2 NativeScript   - NativeScript for iOS 1.6.0 Xamarin   - Xamarin Studio 5.10.2 Appcelerator   - Appcelerat...