Meetup Titanium Paris

Preview:

Citation preview

Titanium MeetupPlatform Intro

Christian Brousseau

@TheBrousse

Christian

Brousseau

Husband

Father of 2

Titan

Appcelerator Professional

Mobile Innovator 2012 (Codestrong)

Q&A (Top 10)

Book Author

Founder, CEO Things Are Moving

@TheBrousse

What is Titanium

@TheBrousse

Quelques chiffres

@TheBrousse

581,585Développeurs dans 185 pays

217,805,798Terminaux ayant au moins une application Titanium installée

61,647Applications Titanium dans les

différents App Stores

En France@TheBrousse

Meetup Titanium Paris et Montpellier• Plus d’un an d’existence• Mensuels

Groupe Google+• Appcelerator Titanium en

Français• 170 membres

Groupe Facebook• Titanium Mobile (FR)• 90 membres

Intérêt grandissant

tiConf 2014 (Amsterdam)

Le code TIPARIS vous donnera droit a une réduction de 10%

How does this work

Native Application

Native components

JavaScript Runtime

JavaScript Code

Titanium Code

(JavaScript)

Native Code

Objective-CJavaOther

TitaniumCompiler

NativeCompiler

@TheBrousse

Resources/app.js

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();

Hello World@TheBrousse

Alloy

@TheBrousse

How does “that” work

TitaniumCode

NativeCode

TitaniumCompiler

NativeCompiler

Alloy Code

JavaScriptXMLTSS

AlloyPre-compiler

@TheBrousse

There is a book for that@TheBrousse

Questions?

@TheBrousse

Recommended