So, I have built a UI in Compose for Android. It is a collection of vertical scrolling composables in a horizontal scrolling lazyrow. Think a schedule component. Two items:
1. The horizontal scroll performance is very bad. I will also try a non-Lazy column. But I am curious if people have pointers on how to profile this?
2. I would like to scroll all vertical components together. Anybody have an example of how to scroll columns together?