recyclerlistview
recyclerlistview copied to clipboard
onViewableItemsChanged Needed
Please Please implment onViewableItemsChanged for us onVisibleIndicesChanged not working as expected
@kotsh23 what do you mean by "onVisibleIndicesChanged not working as expected" ?
+1
onVisibleIndicesChanged does not return correct indexes
Currently items in viewport are 11,12,13 where as the returned values are 11,12,13,14 in all and 14 is in now. Also this function mostly return empty array in now. Row index is always ahead of what I am getting from viewport callback.

+1