Tutorials

The prototype pattern

In this article by Kyle Mew, author of the book Android Design Patterns and Best Practices, we will discuss how…

7 years ago

UITableView Touch Up

 In this article by Donny Wals, from the book Mastering iOS 10 Programming, we will go through UITableView touch up.…

7 years ago

Planning and Structuring Your Test-Driven iOS App

In this article written by Dr. Dominik Hauser, author of the book Test–Driven iOS Development with Swift 3.0, you will learn…

7 years ago

Offloading work from the UI Thread on Android

In this article by Helder Vasconcelos, the author of Asynchronous Android Programming book - Second Edition, will present the most…

8 years ago

Swift’s Core Libraries

In this article, Jon Hoffman, the author of the book Mastering Swift 3, talks about how he was really excited when…

8 years ago

Cloud and Async Communication

In this article by Matteo Bortolu and Engin Polat, the author of the book Xamarin 4 By Example, we are…

8 years ago

Fake Swift Enums and User-Friendly Frameworks

Swift Enums are a great and useful hybrid of classic enums with tuples. One of the most attractive points of…

8 years ago

Extra, Extra Collection, and Closure Changes that Rock!

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

8 years ago

String management in Swift

One of the most common tasks when building a production app is translating the user interface into multiple languages. I…

8 years ago

Intro to the Swift REPL and Playgrounds

When Apple introduced Swift at WWDC (its annual Worldwide Developers Conference) in 2014, it had a few goals for the…

8 years ago