Book Image

PhoneGap 4 Mobile Application Development Cookbook

Book Image

PhoneGap 4 Mobile Application Development Cookbook

Overview of this book

Table of Contents (19 chapters)
PhoneGap 4 Mobile Application Development Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 3. Filesystems, Storage, and Local Databases

In this chapter, we will cover these recipes:

  • Saving a file in the device storage

  • Opening a local file from the device storage

  • Displaying the contents of a directory

  • Creating a local SQLite database

  • Uploading a file on a remote server via a POST request

  • Caching content using the local storage API