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 7, 20232 min read🌟 Do you know why CancellationException is special in coroutines?This is the answer to the challenge I posted 2 days ago 📅. Link to the challenge is here. The code is here. As I mentioned in the...
Dec 5, 20231 min read🧩 Kotlin Coroutines Challenge No. 3: Put Your Knowledge to the Test! 🧩Exception handling is clearly one of the most confusing topics in coroutines. Well, at least they were for me. Having spent much time on...
Dec 1, 20232 min read💡🔄 Do you know how coroutineScope works in coroutines? As promised, this is the answer to the challenge that I posted 2 days ago 🧩 Here is the challenge: Before I explain the answer - go...