Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MVVM + Paging Library + Offline-first

NotificationsYou must be signed in to change notification settings

SpiralDevelopment/MVVMPaging

Repository files navigation

Demonstartions of using Paging Library with MVVM architecture.

Screenshots

Variations

This project hosts each sample app in separate repository branches.

Stable samples

SampleDescription
pagingThe base for the rest of the branches.
Paging Library + Architecture Components + Retrofit + RxJava
paging-daggerPaging Library + Architecture Components + Retrofit + RxJava + Dagger Android
paging-offlinePaging Library + Architecture Components + Retrofit + RxJava + Dagger Android + Offline-first
paging-dagger-hiltPaging Library + Architecture Components + Retrofit + RxJava + Dagger Hilt + Offline-first

App Architectures

There are 2 types of architecture used in the samples.

Online App Architecture

Online app architecture fetches data from API and directly binds it to the UI. Used inpaging andpaging-dagger samples

Offline-First App Architecture

Offline-first app architecture fetches data from API and inserts that data into database, then those data are binded to the UI. Used inpaging-offline andpaging-dagger-hilt samples

offline-app


[8]ページ先頭

©2009-2025 Movatter.jp