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)
advanced
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
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?
[Read more…] about Loading Dynamic Components with Ionic & Angular ComponentFactoryResolver
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 think!
[Read more…] about How to Publish a Custom Ionic Module With NPM
Increase Ionic Scroll Performance with Virtual Scroll & Infinite Scroll
When working with Ionic we mostly use the classic Ionic list and iteration patterns we know about. However, if you have a lot of data to display it makes sense to keep an eye on the Ionic Scroll Performance of your application.
[Read more…] about Increase Ionic Scroll Performance with Virtual Scroll & Infinite Scroll