Join Slack
Powered by
How PausableComposition works? <https://blog.shrey...
# feed
s
Shreyas Patil
07/14/2025, 7:59 AM
How PausableComposition works?
https://blog.shreyaspatil.dev/exploring-pausablecomposition-internals-in-jetpack-compose
👍 4
jetpack compose
3
✨ 6
💡 6
f
Farhan Khan
07/14/2025, 11:27 AM
So normal LazyColumn implements this by default? Or we need to do something extra to achieve this optimization?
s
Shreyas Patil
07/14/2025, 11:49 AM
The feature flag needs to be enabled first
, it's by default set as false as of now. You can set this to true in App.onCreate. I've already added it in the blog
s
streetsofboston
07/14/2025, 12:25 PM
Is this flag experimental? If not, why isn't it turned on by default (I was looking in the article when/why you should
not
try to turn it on)
s
Shreyas Patil
07/18/2025, 4:46 AM
Currently maybe it's still experimental, since it's still a first version. Maybe they'll enable it once it's proven stable
8
Views
Open in Slack
Previous
Next