Android Nomad - Issue #10
4 reasons Jetpack Compose is better than XML — medium.com Jetpack Compose is the modern UI-tooling from Google. It’s first stable release was in July 2021 and so far, many Kotlin developers are loving this new way of designing the UI in Android. Let’s take…
Sparking Jetpack Compose at Tinder — medium.com It’s an exciting time to be a mobile engineer. Now that declarative UI has finally made its way into Android with Jetpack Compose, I was fascinated about how this new tech could improve the…
Follow these simple Kotlin rules to write unbreakable code — levelup.gitconnected.com When Kotlin was introduced to Android developers it was something different from the usual Java world. Nullability — what a sweet idea! A lot of syntactic sugar and so on. However, after years of…