Extra, Extra Collection, and Closure Changes that Rock!

0
In this article by Keith Elliott, author of, Swift 3 New Features , we are focusing on collection and closure changes in Swift 3. There...

String management in Swift

0
One of the most common tasks when building a production app is translating the user interface into multiple languages. I won't go into much...

Intro to the Swift REPL and Playgrounds

0
When Apple introduced Swift at WWDC (its annual Worldwide Developers Conference) in 2014, it had a few goals for the new language. Among them...

Building a Gallery Application

0
In this article by Michael Williams, author of the book Xamarin Blueprints, will walk you through native development with Xamarin by building an iOS and Android...

Conference App

0
In this article, Indermohan Singh, the author of Ionic 2 Blueprints we will create a conference app. We will create an app which will provide...

Getting started with Android Development

0
In this article by Raimon Ràfols Montané, author of the book Learning Android Application Development, we will go through all the steps required to...

Memory

0
In this article by Enrique López Mañas and Diego Grancini, authors of the book Android High Performance Programming explains how memory is the matter to...

Getting Started with VR Programming

0
This guide will go through some simple programming for VR apps using the Google VR SDK (software development kit) and the Unity3D game engine....

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

Designing a Simple, Robust Object Detector and Classifier

0
In this article by Joseph Howse, author of the book, iOS Application Development with OpenCV 3, illustrates a scale-invariant,rotation-invariant approach to object detection and classification, using...

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