https://kotlinlang.org logo
Title
k

K Merle

03/31/2022, 4:34 AM
Hopefully question is in the right channel. Does anyone who uses navigation transition has little stutter while loading large set of data and showing it? Sometimes I get stutter during transition animation and I was wondering how to resolve that. Doing small delay on data fetch (200ms) removes the stuttering. I am using coroutines and upstream is on IO dispatcher.
r

Ritwik Raj Srivastava

03/31/2022, 5:56 AM
Is this happening on real device?
k

K Merle

03/31/2022, 6:39 AM
Yes, but much less noticeable. Now that I think of, I did read debug build does runs slower then release build with Jetpack Compose.
r

Ritwik Raj Srivastava

03/31/2022, 10:26 AM
If you dont mind @K Merle, Which library you are using for Navigation transition. AFAIK Compose navigation does not supports entry/exit transition anims. 😬
k

K Merle

03/31/2022, 11:02 AM
I am using Accompanist Navigation animation library.