top of page
Mykola Miroshnychenko
Helping Android developers grow one article at a time
Search


Do 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 16, 20231 min read
33


🎯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 13, 20231 min read
23


Are 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...
Dec 3, 20231 min read
141
Sep 5, 20230 min read
23
bottom of page