FirefoxOS
Diego Mendonça
Jackson Oliveira
Specification
1. Open OS
2. Based on firefox web
3. Developed by Mozilla
Pros
Other Pros
● Full Access to device and hardware
● Can build a custom marketplace
● App does not need downloading
Cons
● Developing stage right now
● Targets web developers only
● Depends on Internet
● No outstanding feature
Devices
LG FIREWEB
Hello world - HTML
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div></div>
</body>
</html>
Show me the code
Hello World - Javascript
$(function() {
$("div").text("Hello World!");
});
Hello World -
Manifest.webapp
{
"name": "Hello World",
"description": "Sample Hello World Application",
"version": "1.0",
"launch_path": "/index.html",
"developer": {
"name": "Diego Mendonca and Jackson Oliveira",
"url": "http://www.ilegra.com.br"
}
}
Firefox Plugin
Hello world - How to I
simulate it?
Hello World - Running
The Architecture - UI
The Architecture - CellPhone APIs
The Architecture - Infrastructure
Gecko Preloading - Per Application
Background and Foreground Tasks
Background and foreground tasks
Quick Application Startup
Where has it being used?
Low Cost Smartphones
Thanks!
http://www.linkedin.com/in/diegomendonca
Jackson.oliveira@ilegra.com

Firefox OS, introduction, concepts, architecture and hello world example

Editor's Notes

  • #2 Senti falta de uma imagem aqui tipo um sceensplash de tela inteira. Seria legal colocar os nosso nomes também. Minha idéia é postar no slide share Senti falta de uns exemplos de codigo também. Alguns screenshots de telas com dispositivos rodando a parada seria legal ou mostratr como as telas são diagramadas.
  • #3 portugues? - DONE
  • #16 https://developer.mozilla.org/en-US/Firefox_OS/Platform/Architecture#The_bootstrapping_process
  • #17 https://developer.mozilla.org/en-US/Apps/Developing/Performance/Firefox_OS_performance_testing
  • #18 https://developer.mozilla.org/en-US/Apps/Developing/Performance/Firefox_OS_performance_testing
  • #19 https://developer.mozilla.org/en-US/Apps/Developing/Performance/Firefox_OS_performance_testing
  • #20 https://developer.mozilla.org/en-US/Apps/Developing/Performance/Firefox_OS_performance_testing
  • #21 https://developer.mozilla.org/en-US/Apps/Developing/Performance/Firefox_OS_performance_testing
  • #22 https://developer.mozilla.org/en-US/Apps/Developing/Performance/Firefox_OS_performance_testing