An open API service indexing awesome lists of open source software.

https://github.com/worker8/learningpaginglibrary

This repo shows some example of how to use the Paging Library
https://github.com/worker8/learningpaginglibrary

Last synced: 8 months ago
JSON representation

This repo shows some example of how to use the Paging Library

Awesome Lists containing this project

README

          

# LearningPagingLibrary
This repo shows some example of how to use the Paging Library.

The recommended way of using the paging library is with the `PagedListAdapter`, but I find it a little too magical for me to understand. So in this post, I want to explore using `PagedList` directly before using it with `PagedListAdapter`.

I made have 2 different activities which use the `PagedList` and `RxPagedList` directly to load more data.

![recording mp4](https://user-images.githubusercontent.com/1988156/44842830-d343e180-ac81-11e8-8b7d-7399ec3a63c7.gif)