You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.