depends on how many items are visible on your recy...
# android-architecture
h
depends on how many items are visible on your recycler view on the screen. the idea of Paging is it automatically fetches items for the invisible rows on the screen and a few more on the boundaries.