Joshun / mobile-assignment

COM4510 Software Development for Mobile Devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it start loading more images before hitting the bottom

Pixelbear opened this issue · comments

Atm it forces the load of more images if you hit the bottom of the recyclerView. Would be better to start loading before the user hits the bottom (i.e. predict they're wanting to see more).

Now loads a couple of rows before hitting the bottom.