If you’re like me, you’ve been developing applications with Apache Cordova or Ionic Framework for a while now. Long enough to have received an email from Google Play stating that they are going to remove your application if you don’t update your published application to a more secure version of Apache Cordova.
Apache Cordova announcement:
Security issues were discovered in the Android platform of Cordova. We are releasing version 3.5.1 of Cordova Android to address these security issues. We recommend that all Android applications built using Cordova be upgraded to use version 3.5.1 of Cordova Android. Other Cordova platforms such as iOS are unaffected, and do not have an update.
So how does one go about fixing something like this? A security flaw like this isn’t the first and it probably won’t be the last.
Read MoreRecently I met with the guys at Drifty, the creators of Ionic Framework, and they hooked me up with a beta invite to Ionic Creator.
In short, Ionic Creator is a what you see is what you get (WYSIWYG) editor for Ionic Framework cross platform Android and iOS mobile applications. It is like the Dreamweaver of mobile application development.
Read MoreSo you’ve made a great app, but need some help marketing it. Adding social media features to your application is a great way help spread the word, without actually doing anything. Social media can bring good traffic for you, the developer, and provide useful features to your user at the same time.
Take for example, you made a mobile app that finds funny pictures on the internet. You might want to add a share button that shares a particular funny picture on your users social media account while including reference to your app so all their friends can use it too.
The following will show you how to make use of social media sharing in your Android and iOS mobile application using Ionic Framework.
Read MoreOne of my Twitter followers recently asked me if I could write an article regarding Google Maps and Ionic Framework. I am always up to learning and sharing things, so I’ve taken on this challenge.
The following will get you a fresh Ionic project with geolocation and a fancy Google Map.
Read MoreStoring or syncing data remotely is often a need in modern apps. This generation is all about the cloud and how to be a part of it. Ionic Framework is a great way to make hybrid cross platform mobile Android and iOS applications, but how about sharing data between them? Dropbox is one of a few cloud storage services that happens to have great APIs and documentation.
The following won’t necessarily show you the best way for syncing data in Ionic Framework using Dropbox’s Datastore API, but it will show you how I did it with success.
Read MoreIn a previous article I explained how to use Font Awesome glyph icons in your native Android application. Ionic Framework ships with IonicIcons included, but what if you wanted to include Font Awesome or any other font for that matter?
The following will show you how to include Font Awesome into your Android and iOS Ionic Framework project.
Read MoreOTP Safe for Android and iOS has just been released in the Google Play and iTunes app stores. OTP Safe makes use of the time-based one-time password (TOTP) algorithm common for two-factor authentication (2FA) for websites and other applications.
This mobile app, like Snapper for Digital Ocean, was created using AngularJS and Ionic Framework.
Read More