Реализация кэша в Retrofit с помощью Interceptor
#android #retrofit #network #cache
https://medium.com/swlh/annotation-based-offline-caching-in-retrofit-d7dbd775ac74
#android #retrofit #network #cache
https://medium.com/swlh/annotation-based-offline-caching-in-retrofit-d7dbd775ac74
Medium
Annotation-Based Offline Caching in Retrofit
Annotations are syntactic metadata that provides data about a program that is not part of the program itself. Annotations have no direct…
Пример реализации кэша с различными режимами для репозитория.
#android #architecture #cache
https://thewerner.medium.com/android-repository-caching-with-mvvm-and-clean-architecture-7fb7b691e0e4
#android #architecture #cache
https://thewerner.medium.com/android-repository-caching-with-mvvm-and-clean-architecture-7fb7b691e0e4
Medium
Android Repository Caching with MVVM and Clean Architecture
A proposal to reduce redundant network calls by controlling the age of requested data from your repositories.
Статья рассказывает про кэши, которые используются при сборке приложения
#android #cache #gradle #build
https://proandroiddev.com/caching-in-the-android-build-process-a52641a66b31
#android #cache #gradle #build
https://proandroiddev.com/caching-in-the-android-build-process-a52641a66b31
Medium
Caching in the Android Build Process
Understanding incremental builds, the Gradle build cache, and the Android Studio system cache
Архитектурная статья про реализацию кэша
#android #architecture #cache
https://proandroiddev.com/enabling-cache-offline-support-on-android-using-room-4b82ae0c9c88
#android #architecture #cache
https://proandroiddev.com/enabling-cache-offline-support-on-android-using-room-4b82ae0c9c88
Medium
Enabling cache & offline support on Android using Room
Hey! It’s been a while since my last post, but time has come to share another story of Architectural components we built at Sync.