How to track view impressions in a Jetpack Compose Lazy Column
If you have ever shipped a feature with a scrolling list, a product manager will usually ask you to track when an item in that list is viewed by the user. With Jetpack Compose being somewhat new, I was curious how to solve this problem with respect to a LazyColumn
so let's learn how to know the second eyeballs see items as they scroll into view!