Storage: Storing Information and Managing Databases
The storage tutorials demonstrate how to use the following features in creating Tizen Web applications:
-
File: Managing Files
Demonstrates how you can control local files and file operations, retrieve and monitor storage information, and access the sandboxed sections of the local file system (in mobile applications only) to search, create, and delete a directory or file.
-
Indexed Database: Managing an Object Store
Demonstrates how you can use the indexed database.
-
Web Storage: Saving Structured Data on the Client Side
Demonstrates how you can use the Web storage.
The following tutorials apply in mobile applications only:
-
HTML5 Application caches: Storing Application Resources
Demonstrates how you can use HTML5 application cache.
-
Web SQL Database: Creating and Querying Databases
Demonstrates how you can use SQL databases.