I want to know the item visibility percentage inside recycler view adapter. Is there any event when item is attached to the recyclerView? Or how can I highlight the middle item (which is visible) in vertical recyclerView.
Actually I want to change the background colour of cardView if its visibility turns 100%.
Thanks