Retrofit 2 — Support App Offline Mode by Accessing Response Caches
In our introduction to response caching we've motivated developers to integrate response caching to make their apps faster and reduce the used bandwidth. Integrating response caches has another positive side-effect: you can add a simple offline mode to your app! If your user is in a dark tunnel, you might …
Continue Reading