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

https://github.com/nameisjayant/paging3-in-android-kotlin

The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently. The components of the Paging library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.
https://github.com/nameisjayant/paging3-in-android-kotlin

adapter android flow kotlin paging paging-library-in-android paging3 recyclerview retrofit retrofit2

Last synced: 10 months ago
JSON representation

The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently. The components of the Paging library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.

Awesome Lists containing this project