Mobile app

10

Click here to load reader

Transcript of Mobile app

Page 1: Mobile app

Mobile apps

betabeers mayo 2011

Miquel Camps Orteza@miquelcamps

Page 2: Mobile app

Opciones

web jquery mobile Sencha Touch

emulado phonegap titanium brightcove

nativas android iphone

fácil

difícil

Page 3: Mobile app

Opciones

web jquery mobile Sencha Touch

emulado titanium phonegap brightcove

nativas android iphone

ventajas no tienes que aprender un nuevo lenguaje desarrollo rápido

desventajas necesitas internet

Page 4: Mobile app

Opciones

web jquery mobile Sencha Touch

emulado titanium phonegap brightcove

nativas android iphone

ventajas desarrollo más rápido mismo código distintas plataformas compila el código, no hay problemas con la appstore

desventajas peor rendimiento soporte, comunidad actualizaciones sdk

Page 5: Mobile app

Opciones

web jquery mobile Sencha Touch

emulado titanium phonegap brightcove

nativas android iphone

ventajas mejor rendimiento comunidad actualizaciones sdk look & feel

desventajas tienes que aprender un nuevo lenguaje tu código sirve para una sola plataforma

Page 6: Mobile app

Titanium appcelerator

desarrollo javascript

compatible con 4 plataformas ipad, iphone, android, blackberry (beta)

no todo es free soporte analytics modulos ecommerce

http://www.appcelerator.com/products/plans-pricing/

Page 7: Mobile app

Ejemplo titanium hello worldvar win = Titanium.UI.createWindow();var helloButton = Titanium.UI.createButton({title:'Saluda!',height:50,left:10,right:10,top:50});

helloButton.addEventListener('click', function() {alert("Hello world"); });

win.add(helloButton);win.open();

+ Ejemplos Kitchen SinkSeguir en twitter @dan_tamas

Page 8: Mobile app

phonegap

desarrollo html + css + javascript

compatible con 6 plataformas iphone, android, blackberry, palm, windows, symbian http://www.phonegap.com/features

Page 9: Mobile app

brightcove

todavía en beta, bajo invitación

desarrollo HTML + css + javascript

compatible con 3 plataformas ipad, iphone, android me gusta poder cambiar styles, content feeds y anuncios sin tener que compilar de nuevo la app

@meetapp

Page 10: Mobile app

Debate

¿Cual es el futuro web apps o nativas?

¿Phonegap o titanium?

¿Android o iPhone?

¿@javisoto es un fanboy de apple?