Confirmed users
36
edits
Andregarzia (talk | contribs) |
Andregarzia (talk | contribs) (→Memos) |
||
| Line 4: | Line 4: | ||
= Sample Apps = | = Sample Apps = | ||
== Memos == | == Memos == | ||
https://www.evernote.com/shard/s4/sh/acf85c18-4d4c-4f53-b0fd-69409205e87c/503d1d1bf9ad27e4e82f892f7bf9e861/deep/0/Firefox%20OS%20Simulator.png | |||
Memos is a sample note taking application that uses IndexedDB to store notes. | Memos is a sample note taking application that uses IndexedDB to store notes. | ||
GitHub Repository: https://github.com/soapdog/memos-for-firefoxos | GitHub Repository: https://github.com/soapdog/memos-for-firefoxos | ||
=== Implementation === | |||
This application uses the [http://buildingfirefoxos.com/building-blocks/ Gaia Building Blocks] for its UI. | |||
==== model.js and app.js ==== | |||
All app logic is defined in those two files. Model.js contains the note manipulation routines and app.js contains the application logic. | |||
=== Usage of WebAPI === | |||
Memos uses [https://developer.mozilla.org/en-US/docs/IndexedDB IndexedDB] to store its notes. | |||
== Imgur Image Uploader == | == Imgur Image Uploader == | ||