1549 loading search page
Description
Updated the way of fetching data for search result of gplay apps. Now pagination is added which works with user's scroll. And updated the strategy of handling timeout.
Screenshots
Technical details
Previously, Gplay search data was loaded within a loop. That means, the all data are fetched in a while loop
which runs until all pages of data are fetched. Now, Gplay search result of next page is fetched when user scrolls to the bottom of the page. It helps to reduce unnecessary api calls.
For checking timeout, Previously it was checked with timer. Now it's handled by OkHttpClient
.
Tests
Issues
10 commandments of code reviews
Edited by Hasib Prince