meetup titanium paris d'octobre 2013

7
Titanium Platform Intro s t

Upload: christian-brousseau

Post on 29-Jun-2015

187 views

Category:

Technology


2 download

DESCRIPTION

Introduction a la plateforme Titanium afin de donner une meilleure appréciation a tous les participants.

TRANSCRIPT

Page 1: Meetup Titanium Paris d'octobre 2013

Titanium Platform

Intro

s t

Page 2: Meetup Titanium Paris d'octobre 2013

s t

Who’s Talking

?

Christian Brousseau•Husband•Father of 2•Titan•Appcelerator Professional•Mobile Innovator 2012 (Codestrong)•Q&A•Book Author•Founder, CEO Things Are Moving

@TheB r o u s s e

Page 3: Meetup Titanium Paris d'octobre 2013

s t

What isTitanium?

Permet de générer des applications natives en JavaScript

• Open source• Gratuite*• Supporte plusieurs plateformes:• iOS• Android• Tizen• Blackberry 10• Windows Phone (a venir)

• Peut être enrichie a l’aide de modules natifs.

• Offre un IDE (base sur Eclipse)• Offre un Framework MVC (Alloy)

@TheB r o u s s e

Page 4: Meetup Titanium Paris d'octobre 2013

s t

Appcelerator!=

Titanium

@TheB r o u s s e

Page 5: Meetup Titanium Paris d'octobre 2013

var window = Ti.UI.createWindow({backgroundColor: ‘white’

});

var label = Ti.UI.createLabel({color: ‘black’,text: ‘Hello World’

});

label.addEventListener(‘click’,function() {

require(‘windowTwo’);}

);

window.add(label);window.open();

s tapp.js

Page 6: Meetup Titanium Paris d'octobre 2013

Christian Brousseau

s t

There is a

book for

that@TheB r o u s s e

Page 7: Meetup Titanium Paris d'octobre 2013

s t

Questions?

@TheB r o u s s e