Dec 16, 20231 min readDo you know how to position your modifiers in Jetpack Compose? 🤔With the announcement of Jetpack Compose, we were also introduced to modifiers. Modifiers are an easy way to control the shape, size, and...
Dec 13, 20231 min read🎯Android dev Challenge No. 4: Modifier chaining 🔗Continuing on with the tradition of weekly Android challenges. This time I decided to deviate away from the coroutine world into Jetpack...
Dec 3, 20231 min readAre you aware of the pitfalls of LaunchedEffect in Jetpack Compose?Code for this example One thing that you have to keep in mind with LaunchedEffect is that it will "cache" any lambdas that you pass to...