Sharing Kotlin and Swift code between Android and iOS
I've spent the last few months writing an app for both Android and iOS, and I've developed some strategies for sharing as much code as possible »
I've spent the last few months writing an app for both Android and iOS, and I've developed some strategies for sharing as much code as possible »
Kotlin has a bunch of new concepts for folks like me approaching it from a Java background. Among these is the inline keyword which can admittedly »
One of the things that makes Kotlin so attractive as a language for Android development is its interoperability with Java, but this is tricky business! Fortunately »
I recently wrote a small library called Pancakes. It's intended to be a replacement for FragmentManager for projects that use Views in place of Fragments. The »
Square recently released a beta version of Retrofit 2. It's a major update, well deserving of its version bump (Android 6.0 anyone?) complete with an »