Building an Ionic Spotify App - Part 3: Native Spotify Integration

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.

ADVANCED IONIC

How I Built a MEAN Prototype in 24 Hours

How 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 hours.

ANGULAR ENTREPRENEUR WEB

Creating an Ionic Table With ngx-datatable

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 […]

ADVANCED IONIC

10 Simple Ionic Hacks

10 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 with for a long time, therefore I wanted to document those Ionic hacks […]

BEGINNER IONIC

Building an Ionic Spotify App - Part 2: Spotify API

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!

ADVANCED IONIC

Building an Ionic Spotify App - Part 1: OAuth

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.

ADVANCED IONIC IONIC NODE.JS

Building an Ionic OCR App with Tesseract

Building 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 not add the OCR functionality to your Ionic app?

INTERMEDIATE IONIC

Building an Ionic Geolocation Tracker with Google Map and Track Drawing

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?

ADVANCED IONIC

Ionic Canvas Drawing and Saving Images as Files

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!

ADVANCED IONIC

Loading Dynamic Components with Ionic & Angular ComponentFactoryResolver

Loading 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?

ADVANCED ANGULAR IONIC