Loading Images with Coil in Compose Multiplatform
We take a look at how to add the popular Coil image loading library to a Compose Multiplatform project.
We take a look at how to add the popular Coil image loading library to a Compose Multiplatform project.
We cover what deep links are and how to implement them using the new type-safe APIs of the Navigation Compose library.
Learn how to add pull-to-refresh to your app with the latest version of the Compose Material 3 library.
Extension functions in Kotlin enhance classes without inheritance, but overuse can clutter suggestions, especially in multi-module projects.
We take a look at a few advanced concepts that help us get the most out of compose previews.
7 Android Studio usage tips that can help boost productivity and make it easier to develop apps.
We cover common Swift patterns you might see when looking at iOS code, try to understand them, and compare their implementation in Kotlin.
Learn what WebP image format is, why it’s a good candidate to use on Android, and how it can help you optimize your app size.
Learn how to work with Foreground Services on Android 14.
Learn what functional interfaces are and how to use them in Kotlin.