yadavraju /
AndroidPagingWithCoroutines
Sample Code for implementing paging library with Kotlin Coroutines
44/100 healthLoading repository data…
wangerekaharun / repository
Sample Code for implementing paging library with Kotlin Coroutines
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project uses a version of the Paging Library which is below v3.0. Paging 3.0 is a complete re-write of the library. It uses Kotlin, and it has first-class support for Kotlin coroutines and flow. It also has some new features. For example, it supports headers and footers, and it has retry and refresh mechanisms. Luckily, I have a tutorial on raywenderlich.com on the same. You can have a read here: Paging Library for Android With Kotlin: Creating Infinite Lists.
The master branch has implementation of Paging With Coroutines using a version of the paging library which is below v3.0. I have added a new branch, paging-3.0 with all the additions from Paging 3.0
The detailed explanation for the implementation on the master branch can be found in the Android Paging Library with Kotlin Coroutines article
Selected from shared topics, language and repository description—not editorial ratings.
yadavraju /
Sample Code for implementing paging library with Kotlin Coroutines
44/100 health