How to Build a Native App from Angular Projects with Capacitor
The popularity of Capacitor is constantly rising, and given the fact that you can turn basically any web project into a native mobile app with Capacitor is the simple reason for Capacitors fame. This...
View ArticleHow to Setup Deep Links With Capacitor (iOS & Android)
Taking your users directly into your app with a universal link on iOS or App Link on Android is one of the easiest ways to open a specific app of your Ionic page, and becomes a super easy task with...
View ArticleBuilding an Ionic App with Firebase Authentication & File Upload using...
If you want a full blown cloud backend for your Ionic app, Firebase offers everything you need out of the box so you can setup your Ionic app with authentication and file upload in minutes! In this...
View ArticleBuilding the YouTube UI with Ionic
We are once again building a popular UI with Ionic, and this time it’s the YouTube home video feed! View Demo You like to see popular apps built with Ionic? Check out my latest eBook Built with Ionic...
View ArticleCelebrating 5 Years Ionic Academy
Exactly today the Ionic Academy started 5 years ago – and to kick off the anniversary celebration week I’m offering the initial monthly discount from 5 years ago again! Only until the end of March 2022...
View ArticleHow to Secure your App with Ionic Identity Vault
If you are serious about your Ionic app development and want the most secure functionality when working with user data and APIs, you should take a closer look at Ionic Identity Vault. Ionic Identity...
View ArticleHow to Write Unit Tests for your Ionic Angular App
Did you ever wonder what the *.spec file that is automatically generated for your pages and services is useful for? Then this tutorial is exactly for you! The spec file inside your Angular project...
View ArticleFrom React Web to Native Mobile App with Capacitor & Ionic
You can build a native mobile app from your React app without even using React Native. Sounds crazy? All of this is possible due to the advancements in web technology. Just like Electron claimed its...
View ArticleAngular Material Mobile App with Capacitor
Angular Material is an awesome library of Material Design components for Angular apps, and with its sidenav plus the help of Capacitor we can easily build a native mobile app from one codebase! In this...
View ArticleAngular Landing Page with Airtable Integration and Netlify Functions
If you want to build a public landing page with Angular and email signup you likely don’t want to expose any secret keys, and I’ll show you how with Netlify cloud functions. In this tutorial we will...
View Article