Top Banner
9

Building Apps for Firefox OS

May 08, 2015

Download

Documents

Slides from the Getting Started with Firefox OS event in the Mozilla space in London on 7th December 2012 http://www.meetup.com/FirefoxOS/events/90510272/

The event was intended to get people building their first Hello World app for Firefox OS.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Building Apps for Firefox OS
Page 2: Building Apps for Firefox OS

Here to Help

BenMozilla

FranciscoTelefonica

ThomasBlueVia

FernandoTelefonica

ZacMozilla

Page 3: Building Apps for Firefox OS

"A complete, standalone operating system for the open web."

Page 4: Building Apps for Firefox OS

The Web is the PlatformIn Firefox OS, everything is a web app. Just HTML5, CSS and JavaScript.

wiki.mozilla.org/Gaia

Page 5: Building Apps for Firefox OS

Web APIsWeb APIs extend the capabilities of the web to include, and in places exceed, the capabilities of competing stacks.

wiki.mozilla.org/WebAPI

Page 6: Building Apps for Firefox OS

Open Web AppsApps built with standard web technologies in an open ecosystem with multiple app stores.

marketplace.firefox.com/developers/

1. {2. "name": "My App",3. "description": "My elevator pitch goes here",4. "launch_path": "/",5. "icons": {6. "128": "/img/icon-128.png"7. },8. "developer": {9. "name": "Your name or organization",

10. "url": "http://your-homepage-here.org"11. },12. "default_locale": "en"13. }

manifest.webapp

Page 7: Building Apps for Firefox OS

Firefox Development Tools

Page 8: Building Apps for Firefox OS

Firefox OS Simulator

Page 9: Building Apps for Firefox OS

You will need...

1. A text editor2. A web server3. A web browser

(Firefox Nightly with the Firefox OS Simulator extension)

Let's get hacking!etherpad.mozilla.org/firefoxos-apps