Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
titanium_mobile #TechLunch
Search
Livesense Inc.
PRO
April 23, 2014
Technology
0
51
titanium_mobile #TechLunch
2011/11/16(水) @ Livesense TechLunch
発表者:桂 大介
Livesense Inc.
PRO
April 23, 2014
Tweet
Share
More Decks by Livesense Inc.
See All by Livesense Inc.
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
55
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
13
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.4k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
390
26新卒_総合職採用_会社説明資料
livesense
PRO
0
8.8k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
27k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
12k
中途セールス職_会社説明資料
livesense
PRO
0
250
EM候補者向け転職会議説明資料
livesense
PRO
0
120
Other Decks in Technology
See All in Technology
TechLION vol.41~MySQLユーザ会のほうから来ました / techlion41_mysql
sakaik
0
190
"サービスチーム" での技術選定 / Making Technology Decisions for the Service Team
kaminashi
1
190
asken AI勉強会(Android)
tadashi_sato
0
110
Github Copilot エージェントモードで試してみた
ochtum
0
110
AI導入の理想と現実~コストと浸透〜
oprstchn
0
120
Node-REDのFunctionノードでMCPサーバーの実装を試してみた / Node-RED × MCP 勉強会 vol.1
you
PRO
0
120
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 完全版 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming - Expanded
tomzoh
4
3.3k
Claude Code Actionを使ったコード品質改善の取り組み
potix2
PRO
6
2.5k
KubeCon + CloudNativeCon Japan 2025 Recap
ren510dev
1
250
OpenHands🤲にContributeしてみた
kotauchisunsun
1
480
Witchcraft for Memory
pocke
1
600
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
5
540
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.7k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Transcript
None
None
None
Titanium Mobile
Native iPhone and Android Applications Rock
Native User Experience Matters Killer Apps: Social Networking and Location-based
Services Use your favorite web technologies
ネイティブのウィジェット使え るよ ソーシャルとか LBS が得意だよ っていうかゲーム苦手だよ Javascript 使えるよ
Cofee Script is also available.
"Hello World" is below
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();
None
None
Build, Test, and Deploy Mobile Cloud Apps in a Single
Development Environment
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
KitchenSink DEMO
TitaniumMobile++ One Source Javascript 1.6 (or Coffee) JS Library Available
Forget GC Extendable by Native Code
TitaniumMobile-- Not Matured Less Documents Narrow Domain Slow Emulator
まとめ • 使い所重要! • アプリ側がごりごりじゃないなら使える • Native 拡張いいけど、 Native たくさん使うく
らいならそれぞれのアプリ作った方が良い • どちらにせよもう少し待った方が良いかも?
the Next Theme
Return to RC
Data Structues in C++