What You Can Share in Kotlin Multiplatform (And What You Cannot)
Kotlin Multiplatform, or KMP, is powerful. But it is also misunderstood. Many Android develope…
Kotlin Multiplatform, or KMP, is powerful. But it is also misunderstood. Many Android develope…
Updating a RecyclerView can quickly become messy. Many developers start with manual update cal…
In this post, we will explore real-world problems developers face when using Kotlin Coroutine…
In Jetpack Compose, UI can recompose too often if the state is not handled right. That makes …
Jetpack Compose Toast Shows Again and Again? FIXED in Seconds! If you're seeing you…
Jetpack Compose is the future of Android UI, but many apps still rely on XML-based layouts.…
In this tutorial, I'll show you how to create a simple swipeable list where you can delete i…
Building a Simple Weather App in Jetpack Compose In this tutorial, we will create a simple weat…
A quick guide to get you started on using the new Android Jetpack CameraX API using 4 different …