Sharing Kotlin and Swift code between Android and iOS
I've spent the last few months writing an app for both Android [https://play.google.com/store/apps/details?id=co.apexpark.sessions] and »
I've spent the last few months writing an app for both Android [https://play.google.com/store/apps/details?id=co.apexpark.sessions] and »
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 [https://github.com/mattlogan/pancakes]. It's intended to be a replacement for FragmentManager for projects that »
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 »