I've been meaning to write the blog article for a while, but this week really made it hit strong that I needed to finally write it. Guess which one is Electron, two of these are Native applications... TL;DR In this blog post I'm going to discuss performance of Native vs what we consider non-native code.… Continue reading Native vs...
Category: Uncategorized
Quickly adding .desktop menu files
For those who use Linux with a Gui, you may be like me and haven't found a good way to create .desktop files for any new applications you downloaded. I googled and tried many stackoverflow posts, and found Alacarte which allows you to edit menu items and re-org your menu. But never found anything that… Continue reading Quickly adding .desktop menu files
Fond memories, and onto new adventures....
For those who may or may not know me, I was one of the very earliest NativeScript developers. Started the Facebook and Google groups NativeScript forums. Created some of the very first plugins, helped train a wide number of early NativeScript developers, wrote books, and have some of the most widely used plugins in the… Continue reading Fond memories, and onto new adventures....
NativeScript 8 Released
Been a while since I posted; but I figured I need to get a post out on this one. There was a lot of cool things that went into NS 8. The best item is that overall your code in NS 7 should work as-is in NS 8. There are a couple minor exceptions. 1.… Continue reading NativeScript 8 Released
Awesome NativeScript
Sometimes I REALLY love NativeScript. So I have a really hard time tracking my time. Tested multiple time tracking apps over the years and still have many issues with all of them. Always been a real pita for me. So about a year ago I wrote a very simple NS time tracking app which works… Continue reading Awesome NativeScript
Optimization Gotcha's for for/i and forEach
So I mentioned something on my interview with Alex of NativeScripting.com that he did with me. And someone asked about this in the comments, so I decided to create a blog article on this specific optimization tip. I am going to code this to a browser rather than in NativeScript because well JS in a… Continue reading Optimization Gotcha's for for/i and forEach
Oculus and their horrible support policy, a tale of woe!
I've had a lot of bad experiences with companies over the years; but this one takes the cake (The cake is a lie!) for me, in how not to treat a customer (let alone a developer in your ecosystem). For those who don't know who I am, I have written somewhere around a 100 plugins… Continue reading Oculus and their horrible support policy, a tale of woe!
NativeScript 6.5
NativeScript 6.40 has a couple cool new things; but better yet it fixes several issues that can will affect your users if you are using 6.3.x lets look at them... Some of the fixes include instability during android's fragment handling occurred in 6.32, which is worth while. A couple really awesome community PR's, and of… Continue reading NativeScript 6.5
NativeScript 6.3.0 Released
NativeScript 6.30 has a couple cool new things; but better yet it fixes several issues that can will affect your users if you are using 6.2.x lets look at them... Some of the fixes include instability during android's switching of applications and resuming it. An issue with unloading views on Android. Out of memory situation… Continue reading NativeScript 6.3.0 Released
ProPlugins - end of year update
We started the ProPlugins project pretty close to the launch of NS (NativeScript) 6.0. So it has only been active for about five months now. So how is it doing??? Well, first let cover the reason why we created it. This plays in strongly into how well ProPlugins is doing. Why ProPlugins? For most of… Continue reading ProPlugins - end of year update