How to Deploy Ionic Apps as Website to Heroku

How to Deploy Ionic Apps as Website to Heroku

Our Ionic App is in itself a simple website, and if you want to build your project for mobile and as a webpage, there’s an easy way to make your app available to the whole world with Heroku which allows to deploy Ionic apps (and all other web contents!).

INTERMEDIATE IONIC

Ionic Image Upload and Management with Node.js - Part 2: Ionic App

Ionic Image Upload and Management with Node.js - Part 2: Ionic App

This is the second post of our Ionic Image upload series! Last time we were building the Node.js backend and API routes, now it’s time to actually use them from a real Ionic app to upload images, display a list of images and delete single images!

ADVANCED IONIC NODE.JS

Ionic Image Upload and Management with Node.js - Part 1: Server

Ionic Image Upload and Management with Node.js - Part 1: Server

In times of Instagram and the constant need to share our food and cat images, the image upload function inside an Ionic app is one of the most requested tutorials. A while ago you saw how to implement image upload with PHP backend and today it’s time to take this to the next level by […]

ADVANCED IONIC NODE.JS

How to Parse, Visualise and Export CSV Data with Ionic

How to Parse, Visualise and Export CSV Data with Ionic

Recently I came up with a new app idea and had to find a way to display and edit CSV data inside an Ionic app. There is no general way to achieve the visualisation like inside Excel, but actually there is an easy approach we can use to work with CSV data inside Ionic.

ADVANCED IONIC

How to Use the YouTube API with Ionic

How to Use the YouTube API with Ionic

If you want to use a Google Service like the YouTube REST API you have the chance to make requests even without going through a full user authentication and OAuth process.

INTERMEDIATE IONIC

Building an Ionic Chat with Socket.io

Building an Ionic Chat with Socket.io

There are many ways to build a chat application with Ionic. You could use Firebase as a realtime database, or you can use your own Node server with some Socket.io, and that’s what we gonna do today to build a realtime Ionic Chat!

ADVANCED IONIC NODE.JS

Building an Ionic Fitness App with iOS HealthKit Integration

Building an Ionic Fitness App with iOS HealthKit Integration

If you want to create the next killer lifestyle fitness app, chances are high you want to log your measurements into the official Health app on iOS using HealthKit.

ADVANCED IONIC

How to Add Ionic In App Purchases For iOS

How to Add Ionic In App Purchases For iOS

Many apps offer them, and the most successful apps live from it: In app purchases. Who has never bought some coins, crystals or anything in his favorite game?

INTERMEDIATE IONIC

Case Study: Realtime Image Sharing App with Ionic and Firebase

Case Study: Realtime Image Sharing App with Ionic and Firebase

We often go through various code examples for different use cases with Ionic here, but we seldom talk about building real world apps, where we most certainly encounter different problems then inside our little sandbox tutorials. Let’s talk about a simple image sharing app with Firebase!

BEGINNER DEV THOUGHTS IONIC

How to Combine Ionic Side Menu and Tabs Navigation

How to Combine Ionic Side Menu and Tabs Navigation

The navigation inside Ionic projects is in general quite simple, but once you try to combine different navigation patterns things can get really tricky. Especially one case happens a lot in reality, which is using an Ionic Side Menu and a Tab Bar navigation together.

BEGINNER IONIC