NativeScript AndroidX support and Plugins

The next major version of NativeScript (version 6) will be switching from the android.support packages to the new androidx namespace. This will be a hard break; as you can only use the support api's or androidx api's; but not both. This is something Google has been implementing for a while; and NativeScript is getting on… Continue reading NativeScript AndroidX support and Plugins

NativeScript-SQLite Multi-Threading!

The first release of NativeScript-SQLite was April 19th, 2015 on GitHub, and April 26th to NPM. I am happy to say this plugin is now almost 4 years old, and it was one of the first plugins available to NativeScript. I believe there was two or three others released before, like NativeScript-Flashlight. By June of… Continue reading NativeScript-SQLite Multi-Threading!

NativeScript 4.2 Released

The new version of NativeScript just dropped today!   As usual the update is worth getting for several features that are shipping in it. Major Features LiveSync now uses Sockets on Android iOS and Android now support the `discardUncaughtJsExceptions` flags. Simpler Templates (less NPM dependencies) Android now support HTTP Gzip'd packets Debugging Webpacked apps Minor Features… Continue reading NativeScript 4.2 Released

NativeScript application wide runtime settings (updated 5.2)

On thing most people are probably not aware of is that the Android runtimes has a large number of knobs and switches to customize certain behavior of the engine.   I will try and list out all the current switches and knobs that you can use.   iOS now has one switch. First of all the settings… Continue reading NativeScript application wide runtime settings (updated 5.2)