Android-Paging-Example
Android-Paging-Example copied to clipboard
Android Jetpack Pagination example with data retrieved from Github API
Results
1
Android-Paging-Example issues
Sort by
recently updated
recently updated
newest added
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...