構建一個Firefox OS應用需要10個資源
Firefox OS 是由 Mozilla 主導開發的新一代開源移動操作系統,它采用Linux 內核以及基于 Gecko 的運行環境, 它為用戶提供完全基于 HTML/JavaScript技術以及其他開放 Web 應用接口的應用程序。
Firefox移動操作系統前身為Mozilla的Boot to Gecko項目,其中的電話、短信、游戲等一切功能均是HTML5應用。沒有所謂的“原生應用”,游戲也多是HTML5應用,操作性能強悍,在系統流暢度方面將會有非常出色的表現。
-
The Reasons Why
-
Why Mozilla does it This article explains why Firefox OS can help the web and mobile community in general.
-
-
核心資源
-
Firefox OS simulator This nifty little thing will allow you to run and test your apps inside the Firefox browser.
-
Boilerplate app Shows usage of WebAPI with code examples.
-
IndexDB tutorial How to find a way to store data in your user's browser.
-
App Manifest Here the magic happens - how to create a manifest file that lets your app to communicate with the web browser.
-
App Manager This tool gives you a more in-depth control over the deployment and debugging of your HTML5 apps.
-
Make cross domain requests by making your app Privileged (or Certified) and by setting systemXHR in app manifest.
-
Brick web components How to catapult HTML5 apps into the future - provides useful components you can use immediately in your app, speeding up development and prototyping.
-
-
Do it with style
-
Firefox OS style guide From colours to the typeface - a guide to how it should look.
-
Firefox OS design principles A short description of the philosophy behind the designing process of Firefox OS.
-