Android Pagination Library wont stop loading items in recyclerview
问题 I am using Android Pagination Library... It's working in a weird way - Items keep loading infinitely, there is no stop even when there are no more data to load. For example, I have 2 Items to load, instead of loading just the 2 items and stop loading, It keeps loading the 2 items repeatedly... Here is a gif of what I am facing. First here is my repository CommentDataSource.java Note - when I change the value of " PAGE_SIZE " to " 1 ", It seems to work but the whole purpose of the pagination