ylliX - Online Advertising Network

Kotlin Coroutines Mastery: Optimize Your Workflow and Concurrency Techniques

Handling Cancellation in Complex Tasks. ๐Ÿ‘‡ On the other hand, while they might seem like the perfect fit for your projects, coroutines are complex, and itโ€™s important to understand how they work before using them. For example, did you know that Kotlin Coroutines may not cancel immediately during heavy computations? Without suspension points, cancellation can […]

New ways of optimizing stability in Jetpack Compose

The new strong skipping mode for controlling class stability in Jetpack Compose changes how to optimize recompositions in your app. In this blog post, weโ€™ll cover what cases it solves for you and what needs to be manually controlled. Weโ€™ll also cover common questions youโ€™ve had, such as whether remembering lambda functions is still needed, […]