The application slows down greatly when using Lazy...
# compose
a
The application slows down greatly when using LazyVerticalGrid !!! I replace the LazyVerticalGrid with LazyColumn and It works smoothly as it suppose to be. I use :
Copy code
androidx.compose.ui:ui:1.3.0-alpha01
even with version 1.2.0-rc03 I face same problem
p
Is it a release build?
a
No
p
Then try it out in release mode. You should not make any assumptions how a release build performs by looking at how it performs in debug builds
a
Yes, It's much better now after installing the release build Thank you for your help