Understanding UIKitFundamentals

0
In this article by Jak Tiano, author of the book Learning Xcode, we're mostly going to be talking about concepts rather than concrete code...

Step Detector and Step Counters Sensors

3
In this article by Varun Nagpal, author of the book, Android Sensor Programming By Example, we will focus on learning about the use of...

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

Integrating with Objective-C

0
In this article written by Kyle Begeman author of the book Swift 2 Cookbook, we will cover the following recipes: Porting your code from one language...

ALM – Developers and QA

0
This article by Can Bilgin, the author of Mastering Cross-Platform Development with Xamarin, provides an introduction to Application Lifecycle Management (ALM) and continuous integration...

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

Get your Apps Ready for Android N

0
It seems likely that Android N will get its first proper outing in May, at this year's Google I/O conference, but there's no need...

Building an iPhone App Using Swift: Part 1

0
In this post, I’ll be showing you how to create an iPhone app using Apple’s new Swift programming language. Swift is a new programming language...

Memory Management

0
In this article by Andrew Wagner, author of the book Learning Swift - Second Edition, we will see how to manage memory. As we know...

Unit Testing Apps with Android Studio

0
We will need to create an Android app, get it all set up, then add a test project to it. Let's begin. 1. Start Android...

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