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新卒_総合職採用_会社説明資料
livesense
PRO
0
190
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
3.7k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
80
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.6k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
470
26新卒_総合職採用_会社説明資料
livesense
PRO
0
12k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
42k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
270
Other Decks in Technology
See All in Technology
AI AgentをLangflowでサクッと作って、1日働かせてみた!
yano13
1
150
AI-Readyを目指した非構造化データのメダリオンアーキテクチャ
r_miura
1
310
知覚とデザイン
rinchoku
1
560
20251027_マルチエージェントとは
almondo_event
1
350
What's new in OpenShift 4.20
redhatlivestreaming
0
210
webpack依存からの脱却!快適フロントエンド開発をViteで実現する #vuefes
bengo4com
3
3.2k
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
110
AWS DMS で SQL Server を移行してみた/aws-dms-sql-server-migration
emiki
0
220
JSConf JPのwebsiteをGatsbyからNext.jsに移行した話 - Next.jsの多言語静的サイトと課題
leko
2
180
GraphRAG グラフDBを使ったLLM生成(自作漫画DBを用いた具体例を用いて)
seaturt1e
1
130
Databricks AI/BI Genie の「値ディクショナリー」をAmazonの奥地(S3)まで見に行く
kameitomohiro
1
400
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Visualization
eitanlees
149
16k
Build your cross-platform service in a week with App Engine
jlugia
233
18k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Writing Fast Ruby
sferik
630
62k
Embracing the Ebb and Flow
colly
88
4.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
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++