All Questions
Tagged with android-jetpack-compose-lazy-column android-viewmodel
1 question
0
votes
1
answer
1k
views
How to get LazyRow's visible items in viewmodel
I have created a LazyRow in jetpack compose. At a certain point in the viewmodel, I want to get the list of currently visible items from that LazyRow.
I know that I can get the list of visible items ...