Compose Diving into Mosaic for Jetpack Compose Overview on how to create a client library for the Compose compiler and runtime.
Android Compose Modifiers Composed modifiers in Jetpack Compose Learn about composed modifiers and compare those to standard ones.
Android Compose Custom Layouts, measuring policies, and BoxWithConstraints in Jetpack Compose Measure children according to incoming constraints, and how to defer initial composition for children.
Android Compose 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.
Kotlin Kotlin Continuations Continuations represent the rest of a program. They are a form of control flow.
Kotlin Support for Kotlin SAM in release 1.4 About Kotlin SAM support for Java interoperability and also for Kotlin interfaces starting on release 1.4.
Android Compose Await next frame in Jetpack Compose Learn why view invalidation per se is not a thing in Jetpack Compose.
Trainings Education Tips for productive online courses A few ideas we learned about how to optimize our online courses in 47 Degrees.
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 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.
Kotlin Fp Kotlin Functional Programming, Does it make sense? Functional programming can feel like a big wave of fresh air over a beautiful landscape at sunset. The flowers are literally us. ๐ ๐ผ (maybe?)
Kotlin Fp Kotlin purity and function memoization Letโs learn about the benefits of โpurityโ and โpure functionsโ, and how it affects caching.
Kotlin Tail recursion and how to use it in Kotlin Learn the concept of tail recursion and how to get the most out of it in the Kotlin language.