This project demonstrates implementing Paging 3 with offline caching using Room, Retrofit, and DTOs in Jetpack Compose. It efficiently loads and paginates data from the Unsplash API while ensuring seamless offline access. The app follows MVVM architecture, leveraging RemoteMediator for syncing network and local data.
-
Updated
Mar 14, 2025 - Kotlin