caching-android
There are 5 repositories under caching-android topic.
ezatpanah/MVVM-Architecture-Simple-Offline-Caching-App
MVVM architecture is used in the development of this application. Using Retrofit2 and Kotlin Coroutines, this app retrieves data from REST APIs and caches them in Room. I implemented the NetworkBoundResource helper method with Kotlin Flow.
MhmdDsoki/UserAppTask
User Task App fetching data from API and Cashing it using MVVM Architecture Pattern
orioonyx/OfflineCachingSample
Simple MVVM app gets its data from REST API and caches them phone storage locally.
wagarcdev/Dictionary
A Dictionary App, with MVVM and JetpackCompose using 'dictionaryapi' and implementation of CACHING in Android