I’ve been doing a lot of NativeScript development lately because I’ve found it to be a pretty nifty platform. If you’re unfamiliar with NativeScript, it is similar to Ionic Framework and React Native in a sense that you can use JavaScript to build iOS and Android mobile applications. I previously wrote about using the native device camera in Ionic Framework as well as using the native device camera in React Native. This time I figured it would be appropriate to do the same, but with Telerik NativeScript.
In this guide we’re going to see what it takes to take pictures with the native device camera using NativeScript and display the pictures on the screen.
Read MoreTurns out I will be speaking at the Android Developer Conference (AnDevCon) in Santa Clara, California on December 1st, 2015 to December 3rd, 2015.
If you’re unfamiliar with AnDevCon, it is a big deal. It is probably one of the better, if not the best, development conferences focusing on everything Android.
Per the AnDevCon website:
Read MoreAnDevCon is the technical conference for professional software developers and engineers building Android apps. Offering mobile app development training, embedded Android secrets, and Android app development tutorials and classes, AnDevCon is the biggest, most info-packed, most practical Android conference in the world.
Previously I explained how to install WordPress on a Digital Ocean VPS Droplet. Now Digital Ocean isn’t for everyone because not everyone wants to manage their own sever. There is nothing wrong with this because there are easier solutions out there that will more than likely accomplish what you need.
This time I’m going to explain how to install WordPress on Bluehost shared hosting.
Read MoreThere are a lot of blogs out there on the internet and many on the topic of hybrid mobile app development. By hybrid mobile app development I am talking about technologies like Apache Cordova, Phonegap, Ionic Framework, and React Native. Basically all the technologies for building applications using web technologies. However, when it comes to blogs, not all are created equal.
This article is more of a personal opinion than anything, but I’m going to list off five blogs / bloggers that I feel deserve a shout out based on the quality of their material.
Read MoreRecently 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. The difference being that NativeScript claims to map your UX to native layouts and give you full access to all device APIs.
Starting out, the thing I had some of the most trouble with was persisting data since it was poorly documented. Here we’re going to look at building a simple application that saves data to be accessed in the future, rather than only during the application session.
Read MoreI was at an event not too long ago where someone recommended I take a look at PassportJS for my Node.js applications. In case you’re unfamiliar with PassportJS, it is an authentication middleware that makes it easy to work with logins, whether they are with basic login, or with social media accounts such as Facebook and Twitter.
Being that I’m into different authentication techniques, as seen in my other oauth articles, I figured it wouldn’t be a bad idea to do a walkthrough on PassportJS with Express Framework for Node.js.
Read MoreWith my Telerik NativeScript adventures pressing on, I ran into an obstacle that took me quite some time to figure out. I wanted to launch a URL from within my application in the iOS and Android system web browser. It wasn’t obvious in the documentation at the time of writing this, but after a lot of trial and error, I figured it out.
In this guide we’re going to look at launching URLs in a web browser from our NativeScript application.
Read More