0

I am developing an app with Cordova/Phone Gap for Android and IOS. I have to save around 700-800MB in local. While the device does not have an internet connection, It should work offline saving data and when the device gets internet It will sent all the data to a server.

I am reading that there are two options for big data:

1.- SQLite plugin
2.- Native storage

I am interested in native implementation but I can not find an example about how implement it.
Could anyone please provide me an example about how to implement native storage on Cordova/PhoneGap?

Community
  • 1
  • 1
JoCuTo
  • 2,463
  • 4
  • 28
  • 44
  • This might help http://stackoverflow.com/questions/15968831/using-local-storage-in-phone-gap – Mehmood Memon Mar 14 '17 at 10:43
  • thanks but I mean native not local :) – JoCuTo Mar 14 '17 at 10:46
  • Ok -- just clarifying: the app, while offline, will generate some 700-800MB of data, and when it gets back online needs to send that to your backend? What kind of data are you saving? Structured data, images, documents, etc? – Kerri Shotts Mar 14 '17 at 17:00
  • Yes that is correct, the data are : images, (custom)objects created in my app, double with locations, strings, integers.... – JoCuTo Mar 15 '17 at 08:00

0 Answers0