I haven’t personally tested on multiple device types but I do have a production app on the store whose home screen consists of a LazyColumn with three nested LazyRows. I’ve not noticed any performance issue and I’ve not seen any complaints.
👍 1
👍🏽 1
a
Anthony Mamode
06/21/2025, 7:47 AM
Test case is launching 100 items, I imagine that staying with only a few nested rows should be ok
m
Mugunthan
06/26/2025, 7:55 PM
same issue, specifically on Android TV devices, which is almost low spec comparing to mobile.
But using kotlin/xml using recyclerview fixes this issue
c
Colton Idle
07/02/2025, 12:49 AM
apparently compose 1.9 has little to no lag so id make sure to test with that. FWIW. Ive used lazy rows and horizontal pagers in lazy columns for a while without any real issues.