Latest Articles

Hero image for article
Icon for article
ionicionic3video

Using a Canvas to Create a Drawing App in Ionic – Part 2

1 min read

In this video tutorial, we continue on from the first part to build a drawing application in Ionic.

Hero image for article
Icon for article
intermediateionicionic3

Sound Effects using HTML5 and Native Audio in Ionic

4 min read

In this tutorial, we are going to walk through how to add a similar sound effect when switching between tabs in an Ionic application.

Hero image for article
Icon for article
intermediateionicionic3

Using a Directive to Modify the Behaviour of an Ionic Component

4 min read

In this tutorial, we are going to walk through how to modify the behaviour of the sliding item component in Ionic by creating our own directive.

Hero image for article
Icon for article
intermediateionicionic3theming

Simple Animations with CSS Transitions in Ionic

1 min read

In this video tutorial, we learn how to use the 'transition' property to create simple animations.

Hero image for article
Icon for article
intermediateionicionic3uiux

Creating a Shrinking Header for Segments in Ionic

3 min read

In this tutorial, we walk through how to create a shrinking header component for a segment in Ionic.

Hero image for article
Icon for article
beginnerionicionic3

Using the Splash Screen Plugin with Ionic

1 min read

In this video tutorial, we will walk through an example of configuring the behaviour of the splash screen and using the splash screen plugin provided by Cordova to manually trigger hiding it.

Hero image for article
Icon for article
ionicionic3uiux

Creating a Drawing Application in Ionic

5 min read

In this tutorial, we will walk through building a simple drawing application in Ionic using an HTML5 canvas.

Hero image for article
Icon for article
intermediateionicionic3

Creating a Fingerprint Lockscreen with TouchID in Ionic

3 min read

In this tutorial, we are going to use TouchID in such a way that it will force users to scan their fingerprint upon reentering the application

Hero image for article
Icon for article
advancedionicionic3

Location Select Page with Google Maps and Ionic

6 min read

In this tutorial, we are going to walk through how to build a location selection page in Ionic using the Google Places API.

Hero image for article
Icon for article
beginnerionicionic3

Creating a Pinterest Layout in Ionic

1 min read

In this video tutorial, we will walk through how to create a Pinterest style layout in Ionic.

Hero image for article
Icon for article
intermediateionicionic3video

[VIDEO] SVG Animations in Ionic

1 min read

In this video tutorial, we take a look at how to create an SVG and then animate it in Ionic.

Hero image for article
Icon for article
intermediateionicionic3

Using an SVG for Animation in Ionic

6 min read

In this tutorial, I'll be running through a basic example of how you might use an animated SVG in your Ionic applications.

Hero image for article
Icon for article
beginnerionicionic3

Debugging Ionic Applications When Deployed to an iOS Device

1 min read

One of the most useful things about Ionic is that since the framework is web based, we can easily develop and test through the browser. However, if you do

Hero image for article
Icon for article
intermediateionicionic3uiux

Creating an Animated Splash Screen in Ionic

3 min read

In this tutorial, we walk through how to create an animated splash screen effect in Ionic.

Hero image for article
Icon for article
debuggingintermediateionicionic3

Debugging Ionic Applications When Deployed to an Android Device

1 min read

In this video tutorial, we look at how to remotely debug an Ionic application that is running on an Android device

Hero image for article
Icon for article
beginnerionicionic3

Integrating Google AdMob Advertisements in Ionic

3 min read

In this tutorial, we will be covering how to add Google AdMob to an Ionic application.

Hero image for article
Icon for article
advancedionicionic3testingvideo

Setting Up Unit and E2E Tests in Ionic

1 min read

In this video tutorial, we look at how to use the ionic-unit-testing-example repository to set up tests in a new Ionic project.

Hero image for article
Icon for article
intermediateionicionic3uiux

Live Coding an Expandable Component in Ionic

1 min read

In this video, I walk through building a custom component in Ionic that can be expanded and collapsed.

Hero image for article
Icon for article
intermediateionicionic3uiux

Animating a Dynamic Background with an SVG in Ionic

4 min read

In this tutorial, I am going to walk through how I created this dynamic background using an SVG in Ionic.

Hero image for article
Icon for article
advancedionicionic3testingvideo

The Role of Unit Tests in Ionic

1 min read

In this video, I walk through some unit tests I have set up for a real-world application I am working on, and we discuss why we might want to unit test.

Hero image for article
Icon for article
intermediateionicionic3testingvideo

The Role of End-To-End (E2E) Tests in Ionic

1 min read

In this video tutorial, we discuss the role of e2e tests in Ionic and take a look at some examples.

Hero image for article
Icon for article
beginnerionicionic3uiux

Designing a Landing Page with a Video Background in Ionic

5 min read

In this tutorial, we are going to walk through designing a landing page that meets our goals and we will also be including a background video to achieve that.

Hero image for article
Icon for article
couchdbintermediateionic

Restricting Document Updates in CouchDB

1 min read

In this video tutorial, we take a look at creating a basic validate_doc_update function in CouchDB.

Hero image for article
Icon for article
beginnerionicvideo

What Does Lazy Loading Do in Ionic?

1 min read

In this video tutorial, we take a look at the effect that lazy loading has on an Ionic application.

Hero image for article
Icon for article
beginnerionic

When to Use Providers / Services / Injectables in Ionic

3 min read

In this tutorial, we discuss the purpose of creating modular services in Ionic.