Eric Wing gives you a conceptual understanding of how Swift works on Android and how you can use it (more…)
Read more »
This post is a tutorial that will teach you how to bind data to views using RxSwift, which is a part of the Functional Reactive Programming (FRP) design pattern — where views react to changes to data… (more…)
Read more »
GCD is not for thread-unsafe shared resources since it does not guarantee the same thread will be used. We can use threads API with a bit of sugar syntax. (more…)
Read more »
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub. (more…)
Read more »
Learn how to use property wrapper introduced in Swift 5.1 to reduce boilerplate & increase reusability of your UserDefaults wrapper. (more…)
Read more »