#android
Read more stories on Hashnode
Articles with this tag
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...
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...
In case you are not aware, Google released ViewPager2 to replace the older and limited ViewPager. This article assumes that you are familiar with the...