Kotlin Android Jetpack Compose Effect Handlers Learn how to run your side effects π bound to the @Composable lifecycle.
Kotlin Android Tracking side effects at compile time with suspend Thinking of suspend as a Kotlin stdlib mechanism for flagging and tracking effects at compile time.
Android Compose Jetpack Compose ViewPager Letβs use a few minutes to learn how to write a swipeable pager composable.
Android Compose Await next frame in Jetpack Compose Learn why view invalidation per se is not a thing in Jetpack Compose.
Android Compose Custom Layouts, measuring and WithConstraints in Jetpack Compose This composable is used when we need to measure children according to incoming constraints by their parent.
Android Kotlin Contrasting text and icons over background Detecting whether background is dark or light to pick the right foreground color for better contrast.
Android Kotlin Putting view theming into Context Some words about how to theme views in code by the Context theyβre inflated with.
Android Kotlin Dependency Inversion on Android Theming The concept of DI is something we donβt use to associate with XML files like the Android resources. Letβs learn how Android uses it for theming apps.
Kotlin Android Fp Polymorphic apps with Arrow Typeclasses are all about polymorphism. Achieving it at a program level provides much benefits, but itβs an abstract concept that probably requires a step by step explanation.
Kotlin Android Fp When Android met FP Learning new things is hard, and rejecting the unknown is part of human nature. Thereβs some reaction inside us that makes our minds reject anything new in some way.