/Paging3-with-RoomDatabase-and-Retrofit-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.

Primary LanguageKotlin

No issues in this repository yet.