Top Banner
DESARROLLO DE PLATAFORMAS MÓVILES Expositor: Jenny Huaman Cano 2012- 2 SENCHA TOUCH
9

Sencha touch

Jan 26, 2015

Download

Documents

jenny2812

sencha touch
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Sencha touch

DESARROLLO DE PLATAFORMAS MÓVILES

Expositor:

Jenny Huaman Cano

2012- 2

SENCHA TOUCH

Page 2: Sencha touch

WHAT IS SENCHA TOUCH?

A JavaScript framework for building rich mobile applications

Page 3: Sencha touch

YES - BUT WHY SENCHA TOUCH?

Touch Event Manager Built on native events Abstracted for performance Multi-touch & gesture support

Page 4: Sencha touch

TOUCH EVENT MANAGERExt.fly("el").on({tap: function() {alert("You tapped me");},pinch: function() {alert("You pinched me");},swipe: function() {alert("Stop touching me...")}});

Page 5: Sencha touch
Page 6: Sencha touch

UI TOOLKIT

Page 7: Sencha touch

DEMO: FROM DESKTOP TO MOBILE

Page 8: Sencha touch

INDEX.HTML

Page 9: Sencha touch

APP/XEROHELP.JS