On Github matthieuh / pres-phonegap-atos
Created by Matthieu Hostache / @twMatthieuH
Dans le contexte d'un certain déménagement.
Répondre aux besoins d’infrastructure et de space planning (base commune).
Native , WEB ou Hybride ?
Android > Java > Eclipse
Windows Phone > C# > Visual Studio > Windows
iOS > Objective-C > xCode > OSX > MAC
Application native iPhone
Code adapté ou "Responsive Design"
Site WEB vs WEB App
Un code unique
Fonctionnalités natives
Distribution (stores)
Easily create apps using the web technologies you know and love: HTML, CSS, and JavaScript
Répertoire des plugins cordova : plugins.cordova.io
Bientôt : Firefox OS, Ubuntu, Chrome Apps
Basé sur Cordova CLI & NodeJS
Création d'un projet :
$ phonegap create my-app $ cd my-app
Ajout d'un plugin :
$ phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
Déploiement :
$ phonegap run android
source : http://coenraets.org
Angular, Backbone, Ember, etc.
Dossier /merge
Express (NodeJS):
app.get('/wines/:id', function(req, res) { res.send({id:req.params.id, name: "The Name", description: "description"}); });
Slim Framework (PHP):
$app->get('/project/:id', 'getProject');
+