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
- Host: GitHub
- URL: https://github.com/worker8/learningpaginglibrary
- Owner: worker8
- Created: 2018-08-29T14:49:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T09:24:19.000Z (almost 8 years ago)
- Last Synced: 2025-06-05T13:51:03.630Z (about 1 year ago)
- Language: Kotlin
- Homepage: https://bloggie.io/@_junrong/part-1-understanding-the-paging-library-pagedlist
- Size: 133 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
