Bringing the next billions of people online.
Including India, Bangladesh & Philippines.
* and growing!
= Mobile web-apps + manifest.webapp
.
HTML5
CSS3
JavaScript
WebAPIs
Hosted
Privileged
Certified
Hosted apps can use LocalStorage, IndexedDB, AppCache…
Packaged apps store all assets locally…
{
"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"
}
}
Some APIs are available only to packaged apps.
They need user permission.
Available only to Mozilla's partners and
to apps that you push on your phone.
APIs with higher privacy concerns or yet experimental.
Firefox (Dev Edition recommended)
Install Simulators
Text Editor
Check WebIDE
Install ADB Helper add-on or adb
commandline.
Windows: Install Android SDK + device USB drivers
*nix: Add necessary udev
rules
and/or add entry to adb_usb.ini
.