Android-Paging-Example
Android-Paging-Example copied to clipboard
loadAditionalData() load automatically when set .setInitialLoadSizeHint attribute
For example : PagedList.Config.Builder().setInitialLoadSizeHint(25).setPageSize(25).
App loading initialData and load Additional Data at the same time. I have no idea how to fix it.
D/OkHttp: --> GET https://api.github.com/users/google/repos?page=0&per_page=25 2019-01-02 11:34:48.447 19852-19948/com.vanethos.example D/OkHttp: --> END GET 2019-01-02 11:34:49.705 19852-19948/com.vanethos.example D/OkHttp: --> GET https://api.github.com/users/google/repos?page=25&per_page=25 2019-01-02 11:34:49.705 19852-19948/com.vanethos.example D/OkHttp: --> END GET