Skip to content

michelecos/LocalStorage-with-Cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Storage with cordova

This project draws on the ideas of this article by Frank Reding, published on neontribe.co.ul, to exercise two features of the local storage in a Cordova application: writing to a local file and downloading a potentially large file, like a zip with content to be handled by the application, for example video and audio files. This can be a crucial feature for many Cordova apps.

Many parameters are hard coded, but this is OK for testing purposes. For testing I have used two servers: one serving the Phonegap application via Phonegap serve and the other one on port 8080 of the same machine for serving the zip. The reason is that putting the zip file inside the www directory would have slowed down application startup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published