Charla taller Ionic + AngularJS Sysmana 2015

14
Ionic + Angular JS

Transcript of Charla taller Ionic + AngularJS Sysmana 2015

Page 1: Charla taller Ionic + AngularJS Sysmana 2015

Ionic + Angular JS

Page 2: Charla taller Ionic + AngularJS Sysmana 2015

Rafa Terán@RTeranToAlberto Gallego

@albgc_

GDG Córdoba

@GDGCordobaESP

Hi!We are GDG Córdoba...

Page 3: Charla taller Ionic + AngularJS Sysmana 2015

A hybrid app!

Page 4: Charla taller Ionic + AngularJS Sysmana 2015

● Single-Page Apps Javascript

Framework

● MVC architecture for client app

● Dependency Injection

● Directives

● Magic Data Binding

● Templates

Angular JS

Page 5: Charla taller Ionic + AngularJS Sysmana 2015

● Mobile Apps Framework

● UI Layers on top of AngularJS

● UI Components = AngularJS

Directives

● UI Mobile

● Super Cordova CLI

Ionic

Page 6: Charla taller Ionic + AngularJS Sysmana 2015

● Hardware accelerated

animations

● Minimal DOM Manipulation

● Zero jQuery

Performance

Page 7: Charla taller Ionic + AngularJS Sysmana 2015

● Modeled off of native

SDKs

● Built to work with

Cordova

Native Like

Page 8: Charla taller Ionic + AngularJS Sysmana 2015

● Cohesive visual

system

● Clean and simple

● Easy to customize

Design

Page 9: Charla taller Ionic + AngularJS Sysmana 2015
Page 10: Charla taller Ionic + AngularJS Sysmana 2015
Page 11: Charla taller Ionic + AngularJS Sysmana 2015

Let’s Build an App

ionic start myApp blank

cd myApp

ionic platform android

ionic build android

Page 12: Charla taller Ionic + AngularJS Sysmana 2015

CODE TIME!

https://github.com/GDGCordoba/TODO_GDG_Cordoba.git

https://github.com/GDGCordoba/Blank_TODO_list.git

Page 13: Charla taller Ionic + AngularJS Sysmana 2015

Links of interest

http://learn.ionicframework.com

https://docs.angularjs.org/api/

http://ionicframework.com/docs/compo

nents

Page 14: Charla taller Ionic + AngularJS Sysmana 2015

Thank you!