mbeattie
04/28/2021, 9:18 PMRecyclerView
. The Compose component loads several images internally, and I need to know (at a given moment in time) which of the images is 100% visible on screen. In the imperative, View-based world, we query for each image view's percent visibility on screen (i.e. using its position, width, height). Is there a good way to accomplish something like this in Compose?Adam Powell
04/28/2021, 9:26 PMAdam Powell
04/28/2021, 9:27 PMModifier.onGloballyPositioned
is likely to play a role in the answermbeattie
04/28/2021, 9:28 PMmbeattie
04/28/2021, 9:29 PM