Upgrade to Pro — share decks privately, control downloads, hide ads and more …

titanium_mobile #TechLunch

titanium_mobile #TechLunch

2011/11/16(水) @ Livesense TechLunch
発表者:桂 大介

Livesense Inc.

April 23, 2014
Tweet

More Decks by Livesense Inc.

Other Decks in Technology

Transcript

  1. var win = Titanium.UI.createWindow({ backgroundcolor: '#fff', title: 'First App', });

    var label = Titanium.UI.createLabel({ text: 'Hello Titanium', textAlign: 'center', height: 20, font: { fontSize: 20, fontWeight: 'bold', } }); win.add(label); win.open();
  2. Develop, test, and deploy your mobile app in a single

    environment Eclipse-based IDE for mobile and web development Support for HTML5, CSS3, JavaScript, Ruby, Rails, PHP, and Python
  3. まとめ • 使い所重要! • アプリ側がごりごりじゃないなら使える • Native 拡張いいけど、 Native たくさん使うく

    らいならそれぞれのアプリ作った方が良い • どちらにせよもう少し待った方が良いかも?