Skip to content
#

paging-library-in-android

Here are 55 public repositories matching this topic...

Its a playground application focusing on Paging3, MVVM architecture, Kotlin Extension functions, Retrofit, DSL, Navigation component, MotionLayout, SharedElementTransition, Single Activity Architecture, DataStore etc.

  • Updated Oct 7, 2021
  • 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 oth…

  • Updated May 30, 2021
  • Kotlin

This Android application is designed to display a user feed on a single screen. The feed data is fetched from a remote API and stored locally using Room Database for offline access. Pagination is implemented using Paging3 library for smooth scrolling, and images are loaded using Coil library. The project follows MVVM Clean Architecture.

  • Updated Sep 3, 2023

Improve this page

Add a description, image, and links to the paging-library-in-android topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paging-library-in-android topic, visit your repo's landing page and select "manage topics."

Learn more