How to Publish a Custom Ionic Module With NPM
Have you ever thought about creating your own custom Ionic Module? Wouldn’t it be nice to publish a part of your work and distribute it through NPM? Truth is, it’s actually more easy than you might...
View ArticleCelebrating One Year Ionic Academy
Almost exactly one year ago on March 28. the Ionic Academy opened doors for the first time and has ever since been the coding school for all Ionic interested developers (and those who want to become...
View ArticleLoading Dynamic Components with Ionic & Angular ComponentFactoryResolver
Recently one member of the Ionic Academy asked for help regarding a tough situation: How to display dynamic components based on a JSON object structure you might get from an API? One solution to this...
View ArticleIonic Canvas Drawing and Saving Images as Files
Working with the canvas can be challenging, but there are amazing things you can’t build using it like this little drawing application which can also save your amazing paintings inside the apps folder...
View ArticleBuilding an Ionic Geolocation Tracker with Google Map and Track Drawing
Within your Ionic App you can easily track the position of your users with the Ionic Geolocation plugin. It is also easy to add a Google Map to your app, so why not combine these 2 features into a...
View ArticleBuilding an Ionic OCR App with Tesseract
If you need some sort of text recognition inside images for your app you’ll come across the two most popular libraries called Ocrad and Tesseract. Both of them work pretty good out of the box so why...
View ArticleBuilding an Ionic Spotify App – Part 1: OAuth
After a recent comment under a video of my YouTube channel I was challenged to build an app with Spotify integration – and the process was everything but easy. Years ago I already wrote about the flow...
View ArticleBuilding an Ionic Spotify App – Part 2: Spotify API
After our initial setup for the Spotify OAuth dialog we are now ready to create a simple Ionic Spotify client that can access the Web API of Spotify to retrieve all kinds of information about the user,...
View Article10 Simple Ionic Hacks
Even years after starting with Ionic we can learn something new that can safe us time or just make it easier for us to work with Ionic. From time to time I stumble upon a quick fix to an issue I lived...
View ArticleCreating Ionic Datatable With ngx-datatable
If you are working with a lot of data you might have encountered the problem of presenting this data in an Excel like way inside your Ionic app. Although the datatable pattern is not always the most...
View ArticleHow I Built a MEAN Prototype in 24 Hours
Normally we talk about specific Ionic or Angular code examples, but today I want to share some Experiences and steps you can take to build and deploy prototype versions of your ideas in less than 24...
View ArticleBuilding an Ionic Spotify App – Part 3: Native Spotify Integration
Over the last months we had a series on using Spotify with Ionic and to conclude this series one more post follows that how to truly use the full power of Spotify by combining all previous elements....
View ArticleIs Ionic the Right Choice for My Project?
Ionic has been around for quite some years and with the latest release of version 4 it becomes an even better option for developing hybrid apps than it was already. Still, there are drawbacks and...
View ArticleBuilding a Basic Ionic 4 Login Flow with Angular Router
It’s time for Ionic v4 content, and what fit better than the all-time classic login flow example? With Ionic 4 it becomes a lot easier to protect our apps the real Angular way using the Angular Router....
View ArticleHow to Create a Simple Ionic 4 App with Firebase and AngularFire
The Ionic Firebase combination remains one of the most used in terms of a cloud backend, and today we will use the latest version of Ionic with the AngularFire RC11 to build a simple todo application!...
View ArticleThe Ionic 4 Images Guide (Capture, Store & Upload with POST)
If your app is working with images and you need to handle both local files and upload files things can get a bit tricky with Ionic. Especially as debugging the filesystem and paths is cumbersome, it’s...
View ArticleDynamic Ionic 4 Slides with Shopping Cart
When you work with structured data that is distributed in different categories and elements, chances are high you have looked out for a nice interface that allows to open/collapse categories while also...
View ArticleHow to Build an Ionic 4 App with Offline Mode
When one of your project requirements is to have an offline mode where users can still use the app and information even without a connection, there are different ways to go about this. In this article...
View ArticleJWT Authentication with Ionic & Node.js – Part 1: The Auth Server
There’s almost no topic that has appeared more often on this blog than user authentication and this new and updated guide will hopefully enable you to build your own Ionic app with user authentication!...
View ArticleJWT Authentication with Ionic & Node.js – Part 2: The Ionic App
Authentication for Ionic apps is mandatory in a great amount of apps so we can’t talk enough about the topic. Also, this approach works almost the same for pure Angular apps without Ionic so it’s...
View Article