|
|
|
|
|
by whoisthemachine
311 days ago
|
|
This is an unavoidable result of lazy layouts. With the LazyList in Jetpack compose, it's comically difficult to produce a scrollbar, because the "LazyList" only ever lays out the visible items, so Compose can't really know (unless you actually already know) the full size of the list. I find the iron triangle of project management reins supreme in a lot of domains: quality is sacrificed in the name of performance. [0] https://en.wikipedia.org/wiki/Project_management_triangle |
|