How to Store Data in Local Storage Using Client-side Data Cache

Description

Learn how to use the Client-side Data Cache to download and store data in Local Storage in Cordova applications.

Discussion

The Client-side Data Cache can be used to download files or data from a SQL Database and store that data in Local Storage or on the file system in Cordova applications. Being able to download and store data enables you to provide offline access for files or data that would otherwise require a making a callback to a server.

Click here to download the component shown in the videos.

See Also