Android Virtual Device Manager

0
This article written by Belén Cruz Zapata, the author of the book Android Studio Essentials, teaches us the uses of the AVD Manager tool....

Common AsyncTask issues

0
(For more resources related to this topic, see here.) Fragmentation issues AsyncTask has evolved with new releases of the Android platform, resulting in behavior that varies...

A cross-platform solution with Xamarin.Forms and MVVM architecture

0
In this article by George Taskos, the author of the book, Xamarin Cross Platform Development Cookbook, we will discuss a cross-platform solution with Xamarin.Forms...

Creating Instagram Clone Layout using Ionic framework

0
In this article by Zainul Setyo Pamungkas, author of the book PhoneGap 4 Mobile Application Development Cookbook, we will see how Ionic framework is...

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

LiveCode: Loops and Timers

0
In this article by Dr Edward Lavieri, author of LiveCode Mobile Development Cookbook, you will learn how to use timers and loops in your...

Creating, Compiling, and Deploying Native Projects from the Android NDK

0
(For more resources on Android, see here.) Compiling and deploying NDK sample applications I guess you cannot wait anymore to test your new development environment. So...

Building Surveys using Xcode

0
In this article by Dhanushram Balachandran and Edward Cessna author of book Getting Started with ResearchKit, you can find the Softwareitis.xcodeproj project in the...

Concurrency and Parallelism with Swift 2

0
When I first started learning Objective-C, I already had a good understanding of concurrency and multitasking with my background in other languages such as...

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

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