android / codelab-android-paging

Jetpack Paging codelab
Apache License 2.0
494 stars 263 forks source link

PagingSource does too many requests #228

Closed MrRobot1413 closed 2 years ago

MrRobot1413 commented 2 years ago

I have implemented search using PagingSource and PagingDataAdapter. While scrolling, PagingSource does too many requests, unclearly why, because I have few more PagingSources in other fragments that work properly. https://vimeo.com/735648983 PagingSource Adapter Repo Fragment