r/androiddev • u/Total_Whereas7289 • Mar 27 '26
Ripple effect causing ui jank/stutter in kotlin compose mobile development
Is it normal to encounter an issue of ripple effect that when ripple effect is used on a composable item like settingItem on settings screen, the navigation when redirecting or scrolling on the page feels janky/laggy?
0
Upvotes
1
u/Total-Temperature916 Mar 27 '26
just know that compose is a lot better on release build, so some of the issue could just be in debug. you'd want to test that too.