NativeScript v1.1.0 was just released a couple days ago. Here is what is new and how to get all the cool new features. Some of the changes are: Exposing Application events as Real Event [example] Parent is now exposed in itemLoading event Repeater Component Added [more] TabView.selectedIndexChanged Event added Hint property for TextView NavigatingTo/From,… Continue reading NativeScript v1.1.0 - Released
Category: NativeScript
NativeScript - Real time development on Android
Photo (CCA): https://www.flickr.com/photos/sleepyjeanie/5738474150 Now if you haven't guessed recently I've really taken to NativeScript. It is awesome tool set for development applications for your mobile phone. However, one of its failings compared to some of the other tools is the speed of iteration. On my machine; when I want to test a change; I switch… Continue reading NativeScript - Real time development on Android
NativeScript - Installation on Linux
For those just starting out on NativeScript here is what you need to get a fully running system on Linux Ubuntu 14.04 (64 bit). The first step is to do a update and add i386 architecture to your box and then download all the compilers: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get upgrade… Continue reading NativeScript - Installation on Linux
NativeScript -> The new Awesome way to build Android, & IOS applications
I've been developing applications for a wide variety of platforms (you name it, I've probably touched it) . Over my long career in computer development and devops, this includes a lot of mobile apps. I've done hybrid apps in Phonegap/Cordova. I've done pure native apps on the Android; and I've done apps on a… Continue reading NativeScript -> The new Awesome way to build Android, & IOS applications