top of page

Andrei Shikov
Compose @ Google
.
Make your composition pause
Composing content for the first time has always been a synchronous, uninterruptible process. The performance of this model is not ideal for computationally expensive compositions, affecting lazy layouts and heavy screen transitions the most.
In the next release of Compose runtime we are introducing pausable composition that addresses this problem. It enables finer control over initial composition, allowing for much more efficient scheduling.
This talk provides a deep technical overview of the feature, discussing implementation details and capabilities it unlocks. You will learn why pausable composition is the hottest new feature in Jetpack Compose and how your apps can benefit from it.
bottom of page