Primer Hackaton del Desafío BlackBerry, Flex para móviles

Post on 05-Dec-2014

1.053 views 0 download

description

Diapositivas de la presentación introductoria al primer hackaton del Desafio BlackBerry en Argentina. Evento realizado en ITBA Buenos Aires el 14 de Abril de 2012. Más info en http://www.blackberrydev.com.ar

Transcript of Primer Hackaton del Desafío BlackBerry, Flex para móviles

Aplicaciones PlayBook con Adobe AIR

Mariano KIWO Carrizo | Adobe Flex 4 Certified Expert | @kiwox

Apache Flex para

móviles

Co-Manager Argentina RIA & Flex User Grouphttp://www.arfug.com.ar

Manager Desarrolladores iOS de Argentinahttp://iosdev.com.arCreador de BlueBox for BlackBerry PlayBook#1 Top Ten Best BlackBerry PlayBook apps PCMag.com

http://goo.gl/hO4Q0@kiwoxhttp://about.me/mcarrizo

Mariano Carrizo

Qué es?

Framework

Abstrae/simplifica la codificación de aplicaciones

Incorpora mejoras sustanciales al lenguaje (ActionScript 3)

Basado en componentes

Lenguaje MXML

Requerimientos

Adobe/Apache Flex SDK

BlackBerry PlayBook SDK

Opcionales:

Adobe Flash Builder / Flash Develop / IntelliJ IDEA

Adobe Creative Suite

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

xmlns:s="library://ns.adobe.com/flex/spark">

</s:Application>

Componentes

ControlesBusyIndicator ButtonButtonBarCheckBoxHSliderImageLabelList RadioButton / RadioButtonGroupTextAreaTextInput

LayoutDataGroupGroupHGroupScroller SpacerTileGroupVgroup

ViewNavigator

<s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.Inicio"> <s:navigationContent> <s:Button label="Inicio" click="navigator.popToFirstView();"/> </s:navigationContent> <s:actionContent> <s:Button label="Actualizar" click="button1_clickHandler(event);"/> </s:actionContent> </s:ViewNavigatorApplication>

SkinningFácil adaptación e implementación

Optimización de recursos

Formato FXG compatible

Compilación

MXML ActionScript 3 SWF COD

BlackBerryPlayBook

SDK

Apache Flex SDK / Adobe AIR

En dispositivo y simulador

Depuración y profiling

Recursos

http://www.blackberrydev.com.ar

http://developer.blackberry.com

http://www.adobe.com/devnet/flex

http://blog.flexexamples.com/

Recursos

Aplicaciones PlayBook con Adobe AIR

Mariano KIWO Carrizo | Adobe Flex 4 Certified Expert | @kiwox

Apache Flex para

móviles