Starting an activity in android and getting a result is a common pattern that has been around for a long time. You start an activity, then listen to...
This is going to be a brief post to show to work around a frustrating issue that I found when building this app using Jetpack Compose 1.2.1 and...
Code reviews are one of the most effective ways of improving the quality of any codebase as opposed to fixing bugs as they come along (rest assured...
In Java 8, one of the features that were added was lambda functions. Unsurprisingly, this feature is available in Kotlin as well, with slight...
So last week, I decided to write on why you should use the ListAdapter in your RecylerViews in Android. After all, what is an android application...
Kotlin is a brilliant multipurpose language that offers a wide array of awesome features to make lives easier for developers. Destructing is one of...