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
Building Web Apps with Sencha Touch
Search
Arthur Kay
June 01, 2012
Programming
1
480
Building Web Apps with Sencha Touch
Getting started building mobile apps with Sencha Touch 2.x
Arthur Kay
June 01, 2012
Tweet
Share
More Decks by Arthur Kay
See All by Arthur Kay
Analyzing the ROI of JavaScript in Enterprise Software Development
arthurakay
0
150
Debugging your Apps with Google Chrome and Sencha
arthurakay
1
260
Announcing Ext JS 5
arthurakay
0
140
Conquering the Command Line
arthurakay
0
310
The Future of Enterprise App Development
arthurakay
0
130
Best Practices for Enterprise JavaScript Applications
arthurakay
7
2.5k
Bringing the Mobile Web to the Cloud
arthurakay
2
550
Building Native Windows 8 Apps with Sencha
arthurakay
0
250
Creating Windows 8 Apps with Ext JS
arthurakay
1
290
Other Decks in Programming
See All in Programming
CSC305 Lecture 03
javiergs
PRO
0
220
まだ世にないサービスをAIと創る話 〜 失敗から学ぶフルスタック開発への挑戦 〜
katayamatg
0
160
麻雀点数計算問題生成タスクから学ぶ Single Agentの限界と Agentic Workflowの底力
po3rin
5
2k
猫と暮らすネットワークカメラ生活🐈 ~Vision frameworkでペットを愛でよう~ / iOSDC Japan 2025
yutailang0119
0
200
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
290
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
220
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
2
620
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
660
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
130
TokyoR#119 bignners session2 Visualization
kotatyamtema
0
120
ABEMAモバイルアプリが Kotlin Multiplatformと歩んだ5年 ─ 導入と運用、成功と課題 / iOSDC 2025
akkyie
0
290
Web技術を最大限活用してRAW画像を現像する / Developing RAW Images on the Web
ssssota
2
920
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
Thoughts on Productivity
jonyablonski
70
4.8k
Site-Speed That Sticks
csswizardry
10
860
Rails Girls Zürich Keynote
gr2m
95
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
It's Worth the Effort
3n
187
28k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
The Cult of Friendly URLs
andyhume
79
6.6k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Transcript
Building Apps with Sencha Touch 2.0 Friday, June 1, 12
Arthur Kay Solutions Enginner @ Sencha, Inc Web Development ~15
years www.akawebdesign.com @arthurakay Who Am I? Friday, June 1, 12
Sencha Chicago User Group Get Involved! @ChicagoSencha Friday, June 1,
12
Housekeeping Friday, June 1, 12
Housekeeping I’m traveling to Sencha HQ in May. Does anyone
have questions? Oh... and we’re hiring! Friday, June 1, 12
Agenda Pre-Reqs App Architecture MVC Themes Deployment Friday, June 1,
12
Pre-Requisites Friday, June 1, 12
1. Understand JavaScript 2. Have access to web server (or
localhost) 3. Sencha Touch and SDK tools 4. Are ready for awesome-sauce. Friday, June 1, 12
Application Architecture Friday, June 1, 12
Sencha Architect Friday, June 1, 12
What will our app do? Connect to Meetup.com API Get
a list of RSVPs Pick a member at random Giveaway stuff! Friday, June 1, 12
App Architecture / /app /metadata app.html app.js {project}.xds Friday, June
1, 12
MVC Friday, June 1, 12
Model Friday, June 1, 12
View Friday, June 1, 12
Controller Friday, June 1, 12
Theming Friday, June 1, 12
CSS3 SASS & Compass Flexible themes Highly optimized 300+ Pre-included
icons Robust Animations Resolution Independent Theming Friday, June 1, 12
Deployment Friday, June 1, 12
Sencha SDK Tools Friday, June 1, 12
Create a JSB3 File sencha create jsb -a http://demo.local -p
demo.jsb3 Friday, June 1, 12
Build JSB3 Into Release sencha build -p demo.jsb3 -d ./build
...maybe some other stuff. shell scripts FTW! Friday, June 1, 12
Real Life Friday, June 1, 12
Thanks! www.sencha.com @arthurakay Friday, June 1, 12