31
Web Applications and FirefoxOS Marketplace Jorge Ferreiro - 28/11/2014

Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Embed Size (px)

Citation preview

Page 1: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Web Applications and FirefoxOS Marketplace

Jorge Ferreiro - 28/11/2014

Page 2: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

What is a WebApp?

Page 3: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Optimised version for mobile devices of a web page

What is a WebApp? @jgferreiro

Page 4: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

• No updates: the user always accessthe latest production versionavailable on your server.

• Multiplatform: one design, multipledevices.

• Iterate fast: test your new featuresdirectly with the customer the sameday you released them.

Why webapps? @jgferreiro

Page 5: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

• Performance: native applicationshave better performance (normallythey are compiled).

• Could exists some API’s limitations(depends on the platform).

• You may need to use frameworks(eg, phonegap, ionic) to publish yourApps on Android, IOs…

Drawbacks @jgferreiro

Page 6: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Some cool Webapps out there!

Candy rain 2 CameranOpenwapp

Examples @jgferreiro

Page 7: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

How to develop a Webapp?

Page 8: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

+ +HTML5 JS CSS3

Technology Mix!

How to develop? @jgferreiro

Page 9: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Useful Tool: Firefox OS Simulator

Tools kit @jgferreiro

Page 10: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Web webapp

So the idea is turning a website into a webapp... But, how can we do that?

Page 11: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

App manifest

Page 12: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Required fields

JSON configuration file of your project.

App manifest: options @jgferreiro

Page 13: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

App manifest: options @jgferreiro

Locales: Which languages you support?

Page 14: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

App manifest: options @jgferreiro

Permissions: Indicates the API’s your Application is using

Page 15: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

My webapp:

Music4deejays

Page 16: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

A few months ago I had an idea...

Page 17: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Passion for electronic music

Nowadays is very difficult for artists and producers to be discovered.I like to solve problems creating online services / products

What motivates me?

Page 18: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

What is Music4deejays?

ListenShare

Download

The best electronic music from emerging artists

Page 19: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Home page

Music4deejays screenshots @jgferreiro

Page 20: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Responsive Designto any Device

Music4deejays screenshots @jgferreiro

Page 21: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

How to publish on

FirefoxOS Marketplace?

Page 22: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

https://marketplace.firefox.com/developers/submit/

Firefox Marketplace

Publishing @jgferreiro

Page 23: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Type + Manifest Route

Publishing @jgferreiro

Page 24: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Error ☹ Configure .htacces file

AddType application/x-web-app-manifest+json .webapp

Add to .htaccess:

Publishing @jgferreiro

Page 25: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

App Requirements

AddType application/x-web-app-manifest+json .webapp

Añadir al .htaccess:

Publishing @jgferreiro

Page 26: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Basic Information

AddType application/x-web-app-manifest+json .webapp

Añadir al .htaccess:

Publishing @jgferreiro

Page 27: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Just a few more steps and…

Ready! You only need Firefox approves the application

Publishing @jgferreiro

Page 28: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

More information:

@Music4deejays

music4deejays.com

Page 29: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

• https://marketplace.firefox.com/developers

/docs/deploy

• Curso HTML5 para Firefox OS.

• Pautas para el desarrollo de aplicaciones

• Distribuir tu aplicación

@jgferreiroInteresting links

Page 30: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Questions?

Page 31: Firefox OS Talk - Web Applications and FirefoxOS Marketplace

Thank youKeep in touch!

Mail: [email protected]: www.jgferreiro.com