Jetpack compose performance

Viewed 1382

I am learning Jetpack compose, I have noticed that the applications performance is lower than the android old way applications [XML and views]. Also you can see this clearly in scrollable lists, However, I have used components like lazy column which should be comparable to Recycler view, but the performance difference appears specially when scrolling, so you can see stuttering and glitches in the app. Therefore, is there any solution to this, or this happens because the Compose is new and needs time to be enhanced and get better.

0 Answers
Related