Firefox OS

23

description

 

Transcript of Firefox OS

Page 1: Firefox OS
Page 2: Firefox OS

Why care about

mobile development?

Page 3: Firefox OS
Page 4: Firefox OS
Page 5: Firefox OS

Why care about Firefox OS?

Page 6: Firefox OS

First

Smartphone

Page 7: Firefox OS
Page 8: Firefox OS

Why HTML5 is

a good reason?

Page 9: Firefox OS
Page 10: Firefox OS
Page 11: Firefox OS
Page 12: Firefox OS

How to develop a cross

platform mobile application?

Page 13: Firefox OS

Mozilla: rise of HTML5 in mobile is 'inevitable'

Page 14: Firefox OS

Why should I start with Firefox OS?

Page 15: Firefox OS

PhoneGap is a free and open source framework that allows

you to create mobile apps using standardized web APIs for

the platforms you care about.

phonegap.com

Page 16: Firefox OS

Wrap your app

with PhoneGap

Deploy to mobile

platforms!

Page 17: Firefox OS

How to start?

Page 18: Firefox OS

https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator

Page 19: Firefox OS
Page 20: Firefox OS

manifest.webapp

{

"name": "My App",

"description": "My elevator pitch goes here",

"launch_path": "/index.html",

"icons": {

"128": "/img/icon-128.png"

},

"developer": {

"name": "Your name or organization",

"url": "http://your-homepage-here.org"

},

"default_locale": "en"}

Page 21: Firefox OS

buildingfirefoxos.com

Building Firefox OS

Page 22: Firefox OS

leanpub.com/quickguidefirefoxosdevelopment

Page 23: Firefox OS