Questions tagged [offline-caching]

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.

The details of the implementation depend on actual needs of the application; however, in any implementation there is a local cache of data obtained from the service, so some requests for the remote data may succeed in that cache. It depends on the application logic how the cache is updated, and whether and how the user may control that.

A good example of an application that uses offline caching is a desktop e-mail client. It downloads all new mail from the server to the user's computer during the sync session; the user may browse the mail and write the replies; the outgoing mail will be sent when the application perfoms the next sync.

714 questions
-2
votes
1 answer

React Native expo load an image when device is offline

I am trying to load an image when the device is offline. Basically it's an offline notice like bellow image, so the image will only show when the device is offline. I have already referred to expo offline docs…
Anjali
  • 187
  • 1
  • 4
  • 12
-2
votes
1 answer

App Development - Finding the right platform to migrate to from an existing infrastructure

We have an existing cross-platform Mobile Application, that also has an accompanying web application, that uses AWS as a back end (RDS for Database, Four server instances, and a Load Balancer to distribute traffic). APK and IPA files are packaged…
-2
votes
1 answer

Why don't web browsers cache the sites we visit for offline use?

I would love it if the pages I went to got stored somewhere on my computer locally, there was a set amount of space that was allocated for this function, and as soon as it was full older stuff would be deleted. Ideally if I go to a site like…
ThomasReggi
  • 55,053
  • 85
  • 237
  • 424
-2
votes
2 answers

How to fetch and display data from local json file?

how to fetch data from local json file? As per the above link. I tried to fetch data from json file which is stored in internal memory. But I got system error which fetching data from internal storage(json file). Please help on it. …
user3879110
  • 17
  • 1
  • 7
-2
votes
1 answer

Best idea for Offline sync in app

i am using Core Data and i want offline sync features inside my app that can function seamlessly without network connectivity. i know in IOS 7 we have background api calls feature but my app have lot of stuff that sync with server like inside app i…
Umair Suraj
  • 480
  • 11
  • 22
-2
votes
1 answer

Using maps in offline mode

I'm starting developing a project of an android app. For this project i need a map where i can draw circles, polylines and polygons and click in all of this draw shapes to show informations about each one. At this point, googlemaps + spatialite or…
mistic
  • 275
  • 5
  • 15
-3
votes
1 answer

How can i load webview offline in android

Okay i have a webview which loads webpage when it is online (for example google.com) but when it is offline it it says The webpage could not be loaded.. i want to show the last webpage when phone was connected a the internet. i am new, so can you…
Stevenjobs
  • 71
  • 1
  • 9
-4
votes
1 answer

Desktop application development with offline maps

I'm currently developing an application in which I need to use offline maps to put some markers, info, and geolocalization on it. It will be a web-based application, but I've seen that Google Maps API doesn't allow us to use maps offline because…
-4
votes
1 answer

How does data get stored in online exams or tests in real time when the connection's OFFLINE?

I'd like to know how or where data gets stored in an online TIMED exam or test when the network connection becomes offline! I've seen scenarios where the network connection suddenly drops down and when the user logs into his account again, finds…
Mass Kent
  • 53
  • 9
1 2 3
47
48