Building a Signature Drawpad using Ionic
Some time ago I wrote a tutorial on building a signature pad using Ionic 1, and today we are going to do the same but now it’s time for Ionic and Angular 2+!
INTERMEDIATE IONIC
Simple Ionic Login with Angular 2+
Almost every mobile app nowadays has a login, and using Ionic 2 and Angular it’s pretty easy to craft the UI and logic for a simple Login. My post on simple login with Ionic 1 is one of the most viewed articles, so with the stable release of Ionic 3 already it’s time for an […]
BEGINNER IONIC
Building Your Own Simple RSS Reader with Ionic
Parsing RSS data is not a simple task given that most feeds are based on XML. Within this post we will build a simple RSS reader with Ionic 2 using the Yahoo API to transform our feeds into more readable JSON.
INTERMEDIATE IONIC
The Ultimate Ionic 2 Cheatsheet
The Ionic CLI was and still is awesome. With Ionic 2 coming, it time to update my previous very popular Ionic Framework 1 cheatsheet to include all the great options you currently have to build hybrid apps!
BEGINNER IONIC
How To Build Ionic Tinder Cards Using Angular 2 Swing
The Ionic tinder card swipe feature is a highly request UI behaviour and my previous post about the use of it with Ionic 1 was very popular. For Ionic there is not yet an official component from the Ionic team, but with some help from a different library we can achieve almost the same results.
ADVANCED IONIC
Building Ionic Image Upload With PHP Server
Capturing, storing and uploading images with Ionic is one of the most used functions. Everyone wants to take photos and work with them inside their app, but in my previous guide about using images with Ionic many people encountered problems on Android. Others needed a backend to upload images. And the code is a bit […]
IONIC MOBILE
How to Build Ionic 2 Drag and Drop using Dragula
Having drag and drop functionality in your mobile app is very common, but it’s not really inlcuded in the standard Ionic stuff. I looked around and found a great library called Dragula which gives AngularJS apps great features.
ADVANCED IONIC
5 Hacks to Find App Ideas Absolutely Easy
It’s tricky to get started with your next app. You know you want to create something, either just for learning a language or because you want to build some side income (or for thousand other reasons). But what to do if you just can’t find any good idea to get started, how to find app […]
DEV THOUGHTS MOBILE
10 Myths about Hybrid Development (and how to correct them)
“Hybrid apps are slow” was possible the first and most often heard argument I encountered when the discussion was about going hybrid instead of native. There was and sometimes still is an invisible barrier of ignorance.
BEGINNER DEV THOUGHTS IONIC
The Complete Ionic Push Notifications Guide
Ionic Push Notifications, once again. My previous articles on this topic had the most comments and questions ever, so as the way of using this has changed again a bit to the current Beta status, we will put everything from starting with dummy push notifications to real iOS and Android push notifications inside this article.
IONIC MOBILE