Although the Ionic Storage package is great to store almost any kind of data, many of the readers wrote they are using MySQL on the backend side and need some more equivalent storage inside their Ionic app so we’ll go for an Ionic SQLite App today.
[Read more…] about How to Use Ionic SQLite Queries & Pre-Populated Database
intermediate
Dynamic Theming Your Ionic App
Theming your Ionic app is an awesome way to quickly change the styling for all parts of your app. But what happens if you want to change your styling while running, like toggling a day or night mode? [Read more…] about Dynamic Theming Your Ionic App
Building an Ionic Twitter App With Timeline and Tweets
Building an Ionic Twitter App is really interesting, and from the number of responses and the times how often I’ve written a Twitter post I’m pretty sure this updated one for Ionic 3+ is really needed.
[Read more…] about Building an Ionic Twitter App With Timeline and Tweets
How to Add Ionic Animations Using Angular (2 Different Ways!)
One of the most viewed articles on Devdactic is about Animations for Ionic Apps. Today we will take look at 2 different but both great ways to easily create Ionic Animations using Angular!
[Read more…] about How to Add Ionic Animations Using Angular (2 Different Ways!)
Building Your Own Ionic WordPress Client with WP-API
If you are familiar with WordPress you know that since a few versions ago all instances have a public REST API. Of course I had to jump in when I saw a new WordPress API wrapper library for Angular 2+, created by the awesome Julien Renaux which we will use to build our Ionic WordPress App!
[Read more…] about Building Your Own Ionic WordPress Client with WP-API
Ionic 2 Push Notifications In Detail
The topic of Ionic 2 Push Notifications was requested many times on my original guide to Push Notifications with Ionic 1, and maybe even the most asked about feature right after user authentication.
[Read more…] about Ionic 2 Push Notifications In Detail
The Complete Ionic Images Guide (Capture, Store & Upload)
In this guide to Ionic images we will learn to capture images from library & camera, copy files on your device and build a simple PHP upload to a server.
[Read more…] about The Complete Ionic Images Guide (Capture, Store & Upload)
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+!
[Read more…] about Building a Signature Drawpad using 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.
[Read more…] about Building Your Own Simple RSS Reader with Ionic