JooyeonSong / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

In this project we will learn how to use paging 3 with Room Database and Retrofit for data caching purpose :)

About

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.


Languages

Language:Kotlin 100.0%