video

Hero image for article
Icon for article
beginnerionic2video

How to Install 3rd Party Libraries in Ionic 2

1 min read

There are some specific steps you will need to take in order to get most libraries working in Ionic 2, in this tutorial, I walk through a couple examples.

Hero image for article
Icon for article
intermediateionic2video

An Introduction to NgModule for Ionic 2

1 min read

In this video tutorial, I explain the theory behind modules and I cover what you need to know in order to correctly add your own dependencies to the app.module.ts file.

Hero image for article
Icon for article
intermediateionic2video

Using Gestures & Uncommon Event Bindings in Ionic 2

1 min read

In this video tutorial, we cover how to create event bindings other than the usual (click) event binding in Ionic 2.

Hero image for article
Icon for article
beginnerionic2video

An Introduction to Structural Directives: *ngIf & *ngFor

5 min read

In this video tutorial, we cover the concept of using structural directives like *ngIf, *ngFor, and *ngSwitchCase in Ionic 2.

Hero image for article
Icon for article
beginnerionicionic2video

Automatically Generate Splash Screens and Icons with Ionic CLI

1 min read

In this video tutorial, I will walk you through how to create the initial icon and splash screen, and how to use the ionic resources command.

Hero image for article
Icon for article
beginnerionic2video

Reordering a List in Ionic 2

1 min read

In this video tutorial, I walk through exactly how to create a reorderable list in Ionic 2.

Hero image for article
Icon for article
beginnerionic2video

An Introduction to Observables for Ionic 2

1 min read

In this video tutorial, I cover the basic concept of observables and how they are relevant to an Ionic 2 application.

Hero image for article
Icon for article
intermediateionic2video

Listening to Events on a Host Element in Ionic 2

1 min read

In this video tutorial, we will walk through how you can listen for events on a host element in Ionic 2.

Hero image for article
Icon for article
beginnerionic2video

How to Send Data with POST Requests in Ionic 2

1 min read

In this video tutorial, we walk through a basic example of sending a POST request to a server in Ionic 2.

Hero image for article
Icon for article
intermediateionic2video

“Live” Coding a Custom Directive in Ionic 2

1 min read

In this video, I wanted to provide a mostly unedited video of me attempting to build a new custom directive with nothing but a vague idea of what I want the directive to do.

Hero image for article
Icon for article
beginnerionic2securityvideo

[VIDEO] Basic Security for Ionic & Cordova Applications

1 min read

In this video tutorial, I talk through the concepts that I brought up in a previous security article.

Hero image for article
Icon for article
advancedionic2video

“Live” Coding an Expandable Header Component in Ionic 2 – Part 1

1 min read

In this two part screencast, I walk through building a custom expandable header component in Ionic 2

Hero image for article
Icon for article
advancedionic2video

“Live” Coding an Expandable Header Component in Ionic 2 – Part 2

1 min read

In this two part screencast, I walk through building a custom expandable header component in Ionic 2

Hero image for article
Icon for article
couchdbintermediatevideo

Getting Familiar with CouchDB and Futon

1 min read

In this video tutorial, we play around with some CouchDB data using the Futon interface.

Hero image for article
Icon for article
intermediateionic2video

Mocking Plugins with Ionic Native

1 min read

This video tutorial walks through some of the changes in Ionic Native 3.x, as well as how you can create your own mocks for plugins.

Hero image for article
Icon for article
advancedionic2video

[VIDEO] @ViewChildren vs @ContentChildren in Ionic

1 min read

In this video tutorial, we discuss the difference between @ViewChildren and @ContentChildren and walk through some examples.

Hero image for article
Icon for article
beginnerionic2ionic3video

What Does Ionic 3 Mean for Ionic 2?

1 min read

In this video, I discuss what the Ionic 3 release will mean for Ionic 2 and why it really isn't a big deal.

Hero image for article
Icon for article
intermediateionicionic3video

Drab to Fab: Styling an Ionic Application – Part 1

1 min read

In this video tutorial, I start with the dull and boring application that was built in the CouchDB series and work on adding some basic styling to create something that is more appealing.

Hero image for article
Icon for article
intermediateionicionic3video

“Live” Coding a Speed Reading Application in Ionic – Part 1

1 min read

In this video, I walk through building a speed reading application in Ionic

Hero image for article
Icon for article
ionicionic3video

“Live” Coding a Speed Reading Application in Ionic – Part 2

1 min read

In this video, I walk through building a speed reading application that will flash one word on the screen at a time, allow the user to control the speed of which those words appear on the screen, and allow the user to easily start and stop the process.

Hero image for article
Icon for article
beginnerionicionic3video

Asynchronous vs Synchronous: Understanding the Difference

1 min read

In this video, we talk about some implications of asynchronous code and how to handle it properly in an Ionic application.

Hero image for article
Icon for article
intermediateionicionic3video

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

1 min read

In this video tutorial, we will be focusing on using a canvas element to create a simple drawing application in Ionic.

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