DESARROLLO DE PLATAFORMAS
MÓVILES
         SENCHA TOUCH
             Expositor:
         Jenny Huaman Cano


              2012- 2
WHAT IS SENCHA TOUCH?
   A JavaScript framework for building rich mobile
    applications
YES - BUT WHY SENCHA TOUCH?
Touch Event Manager
 Built on native events

 Abstracted for performance

 Multi-touch & gesture support
TOUCH EVENT MANAGER
Ext.fly("el").on({
tap: function() {
alert("You tapped me");
},
pinch: function() {
alert("You pinched me");
},
swipe: function() {
alert("Stop touching me...")
}
});
UI TOOLKIT
DEMO: FROM DESKTOP TO MOBILE
INDEX.HTML
APP/XEROHELP.JS

Sencha touch