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 definitely something you should know about!
[Read more…] about JWT Authentication with Ionic & Node.js – Part 2: The Ionic App
advanced
JWT 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!
[Read more…] about JWT Authentication with Ionic & Node.js – Part 1: The Auth Server
How to Build an Ionic 4 Offline Mode App
To build an Ionic 4 Offline Mode app you have to use a package or get creative, but inside the post you will see how everything works to take your app offline and still use it.
[Read more…] about How to Build an Ionic 4 Offline Mode App
The 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 not automatically clear how everything needs to work.
[Read more…] about The Ionic 4 Images Guide (Capture, Store & Upload with POST)
Building 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.
[Read more…] about Building an Ionic Spotify App – Part 3: Native Spotify Integration
Creating an Ionic Table 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 as table inside your Ionic app. Although the Ionic table is not always the most recommended for mobile apps, especially in times of PWAs having the ability to create a table within your Ionic app is a great alternative.
[Read more…] about Creating an Ionic Table With ngx-datatable
Building 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, playlists or tracks!
[Read more…] about Building an Ionic Spotify App – Part 2: Spotify API
Building 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.
[Read more…] about Building an Ionic Spotify App – Part 1: OAuth
Building 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 useful app?
[Read more…] about Building an Ionic Geolocation Tracker with Google Map and Track Drawing
Ionic 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 and load all of them again!
[Read more…] about Ionic Canvas Drawing and Saving Images as Files