Tag: nativescript
-
Saving Data In Your NativeScript Mobile Application
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 React Native. View original article
-
NativeScript example, step by step, Windows 10
A tiny, 5 minute, tutorial on creating a new empty project using NativeScript + TypeScript, compiling it and running in Android.
-
Getting Started with NativeScript + TypeScript + Angular2 for Android and iOS app development
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 Titanium Appcelerator, but i’ll be giving it a try in the following days.