Building Mobile Games with Crafty.js and PhoneGap, Part 3

0
In this post, we will build upon what we learned in our previous series on using Crafty.js, HTML5, JavaScript, and PhoneGap to make a...

Building Mobile Games with Crafty.js and PhoneGap: Part 1

0
In this post, we will build a mobile game using HTML5, CSS, and JavaScript. To make things easier, we are going to make use...

Building Mobile Games with Crafty.js and PhoneGap – Part 2

0
Building Mobile Games with Crafty.js and PhoneGap - Part 2 Let’s continue making a simple turn-based RPG-like game based on Pascal Rettig’s Crafty Workshop presentation...

Add a Twitter Sign In To Your iOS App with TwitterKit

0
What is TwitterKit & Digits? In this post we take a look at Twitter’s new Sign-in API, TwitterKit and Digits, bundled as part of it’s...

Evenly Spaced Views with Auto Layout in iOS

0
When the iPhone first came out there was only one screen size to worry about 320, 480. Then the Retina screen was introduced doubling...

How to Make Generic typealiases in Swift

0
Swift's typealias declarations are a good way to clean up our code. It's generally considered good practice in Swift to use typealiases to give...

Flexible Layouts with Swift and UIStackview

0
In this post we will build a Sign In and Password Recovery form with a single flexible layout, using Swift and the UIStackView class,...

Delegate Pattern Limitations in Swift

0
If you've ever built anything using UIKit, then you are probably familiar with the delegate pattern. The delegate pattern is used frequently throughout Apple's...

How to Use Currying in Swift for Fun and Profit

0
Swift takes inspiration from functional languages in a lot of its features, and one of those features is currying. The idea behind currying is...

Voice Interaction and Android Marshmallow

0
"Jarvis, play some music." You might imagine that to be a quote from some Iron Man stories (and hey, that might be an actual quote),...

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews