The release of iOS 9 has caused a mess of problems in the Apache Cordova, Ionic Framework, and PhoneGap communities. Problems spanning from styling issues, to permission issues, and even stricter security requirements that Apache Cordova wasn’t ready to handle.
Here I’m going to discuss App Transport Security (ATS) an issue that is rapidly appearing amongst app developers.
Read MoreIn case you’re in the area and are interested, I will be in Atlanta, Georgia on October 16 and October 17 speaking at ConnectJS. This is a conference focusing on JavaScript development and mobile application development.
I will be giving two presentations titled Quick and Easy Development with Node.js and Couchbase Server and Developing For Offline Mobile Experiences.
Read MoreLast year when Android 5.0 Lollipop came out I didn’t want to wait for an over-the-air (OTA) update so I flashed my Nexus device manually. I wrote about this experience in a previous post. This time I upgraded my Android operating system to the latest Android 6.0 Marshmallow release.
We’re going to see how to upgrade a Google Nexus device to use a vanilla version of the Android 6.0 Marshmallow operating system.
Read MoreI’ve written a few tutorials regarding Node.js and the Express.js framework, but I never took a step back and explained how to make a super simple RESTful API for processing HTTP requests from a front-facing interface.
With this API created, you can use it with just about any application that can submit HTTP requests. It is a great way to test a mobile application or one that uses JavaScript frameworks like jQuery, ReactJS, or AngularJS.
Read MoreSo after a lot of thinking about it I finally dedicated some time to creating my first ever Ionic Framework course! The title of the course is Ionic Framework 101: A Quickstart to Building Mobile Apps and it can be found on the learning service Udemy.
A little background on what I hoped to accomplish in this quickstart course.
Read MorePreviously I wrote about using the device camera in your React Native mobile application. However, what if we wanted to go a step further and start scanning barcodes?
This is not a problem because the react-native-camera component we used in the last tutorial also supports barcode scanning.
Read MoreIn case you’re interested in seeing me present on Node.js or Ionic Framework and Couchbase, I’ll be giving two talks at the free to attend Silicon Valley Code Camp in San Jose, California. It is the weekend of October 3rd to October 4th.
The title of my talks are Quick and Easy Development with Node.js and Couchbase Server and Cross Platform Storage & Sync with Couchbase and Ionic Framework. The abstracts for both these talks can be seen below.
Read More