I have recyclerview with LinearLayout Manager, during scrolling i want to check that how much items scrolled. For example, if recyclerview have 10 items, and i want to trigger an event after 6 items scrolled then what is the logic. Please give your suggestions. Thanks
Asked
Active
Viewed 92 times
0
-
Read the aswer here: https://stackoverflow.com/questions/24989218/get-visible-items-in-recyclerview – Hoàng Vũ Anh Feb 12 '20 at 09:38
-
Hoàng Vũ Anh, I cannot figure out the solution with is reference link. – Addy Feb 15 '20 at 07:55