Hopefully question is in the right channel. Does a...
# compose
k
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
Is this happening on real device?
k
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
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
I am using Accompanist Navigation animation library.