The initial impression of your application on a user comes from the application’s icon, the splash screen, and then the initial page of the… continue reading.
The initial impression of your application on a user comes from the application’s icon, the splash screen, and then the initial page of the… continue reading.
Recently I’ve been writing some content and filming some videos on SVGs (Scalable Vector Graphics), mainly because they are freakin’ cool… continue reading.
One question I often get asked is how one could create an animated splash screen for their Ionic applications – the bad news is it’s not… continue reading.
Last week I released a two part screencast where I built a simple drawing application in Ionic live on screen. Since I’m just making things… continue reading.
I was browsing the Ionic Forums earlier this week, and came across a post asking if it was possible to create a layout in Ionic where a… continue reading.
One thing that I really enjoy doing with Ionic is attempting to implement cool and useful (most of the time) UI elements that I think a lot… continue reading.
Since I create a lot of content, I often ask for suggestions on tutorials I should write. If I find a suggestion is particularly interesting… continue reading.
In this tutorial, we are going to walk through how to build a simple tap to reveal component in Ionic 2. The concept is quite… continue reading.
When creating styles with CSS it is common to attach and to DOM elements so that we can reference them in the CSS file. We can also just… continue reading.
In this tutorial, we will be building a custom music player interface in Ionic 2, with a focus on creating a visually pleasing design. The… continue reading.
An important concept when designing a user interface with user experience in mind is Cognitive Dimensions. These cognitive dimensions, which… continue reading.
If you’ve been on Facebook recently, you will probably have seen interactive photos uploaded by your friends that you can drag around to… continue reading.
Anybody remember Facebook Paper? It was somewhat of a re-imagining of the current Facebook experience into a more news focused format… continue reading.
Unless you’re completely new to the Internet, chances are that you either know what a Gravatar is or you have one but just don’t know it. It… continue reading.
I’ve said it many times before, but one of my favourite things about Ionic 2 is that it has sleek UI elements available out of the box, and… continue reading.
Ionic 2 makes it super easy to create beautiful looking layouts. Most of the time you can just drop in the component you want to use and be… continue reading.
Creating your own custom components for Ionic 2 applications is a lot easier than it might seem initially. You do it all the time already… continue reading.
A sliding side menu is one of the most commonly used navigation patterns in mobile applications, and it is baked into Ionic by default. In… continue reading.
I’ve created quite a few Google Maps tutorials for Ionic 2, including the basics like integrating the Google Maps JavaScript SDK and adding… continue reading.
When using Ionic 2, there are a bunch of CSS Utility Attributes that we can use to style elements in our application. We can also, of course… continue reading.