Oct 31, 2016 | The Others |
Recently I started fiddling with NativeScript from Telerik because I’ve been hearing a lot about it when I attend various developer conferences. If you’re unfamiliar with NativeScript, it is a cross platform mobile development framework similar to Ionic Framework and...
Oct 27, 2016 | Articles |
A tiny, 5 minute, tutorial on creating a new empty project using NativeScript + TypeScript, compiling it and running in Android. First of all, install NativeScript (NodeJS v4.6.0 x64)plus the latest NativeScript. Check if the installation is OK: tns doctor Create the...
Oct 21, 2016 | The Others |
NativeScript is a cross-platform framework for building (almost) native apps using Javascript. I say almost as the the “Native” part is the UI part, that uses the native UI controls available in each platform, so no webviews anymore. This sounds like...