Top "Offline-caching" questions

Offline caching typically means storing locally the data obtained from a remote service to make it possible to browse the data even when there is no connection to the storage.

Got this error with retrofit2 & OkHttp3. Unable to resolve host "<host-name>": No address associated with hostname

I am using the retrofit 2 and OkHttp3 to request data from server. I just added a offline cache code but …

android okhttp retrofit2 offline-caching okhttp3
Laravel: Offline Mode?

I want to make my web app (which is built with laravel) work offline...but I cant found out how …

php laravel local-storage offline offline-caching
How to develop an offline-first native Android app

We are developing a native Android app (iOS and web to follow) where users can collaboratively create an album. We …

android android-sqlite offline-caching offlineapps offline-mode
How can I setup Android Studio so I can compile when offline (disconnected from the internet)

I was working in androidstudio today and my builds started failing. To my surprise, I had lost my internet connection …

android intellij-idea gradle android-studio offline-caching
How To Use universal image loader offline caching?

Is it possible to catch offline using universal image loader? If possible, how to use it? Using configs? How To …

android universal-image-loader offline-caching
node.js: browser image caching with correct headers

I'm developing a web application that manages a large amount of images, stores and resizes them. the request of an …

node.js response offline-caching http-caching image-caching
HTML 5 offline storage cache manifest not working

I'm trying to get HTML5 offline storage working in a basic way. I read the information on DiveIntoHTML5 and it …

html manifest offline-caching
Why to use service worker for caching when browser cache handles the caching?

I read that using a service worker for offline caching is similar to browser caching. If so, then why would …

browser-cache offline-caching service-worker
Application Cache or Service Workers - which to use in 2016/Q2?

Quick question for discussion really, as I wanted to have input from different people. I am in the process of …

html offline-caching service-worker offlineapps application-cache
Workbox: the danger of self.skipWaiting()

I use Workbox to pre-cache assets required to render the app shell, including a basic version of index.html. Workbox …

caching service-worker progressive-web-apps offline-caching workbox