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
470
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
140
Debugging your Apps with Google Chrome and Sencha
arthurakay
1
220
Announcing Ext JS 5
arthurakay
0
130
Conquering the Command Line
arthurakay
0
250
The Future of Enterprise App Development
arthurakay
0
120
Best Practices for Enterprise JavaScript Applications
arthurakay
7
2.4k
Bringing the Mobile Web to the Cloud
arthurakay
2
550
Building Native Windows 8 Apps with Sencha
arthurakay
0
240
Creating Windows 8 Apps with Ext JS
arthurakay
1
280
Other Decks in Programming
See All in Programming
リアーキテクチャxDDD 1年間の取り組みと進化
hsawaji
1
220
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
1
1.7k
Why Jakarta EE Matters to Spring - and Vice Versa
ivargrimstad
0
1.1k
RubyLSPのマルチバイト文字対応
notfounds
0
120
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
950
Macとオーディオ再生 2024/11/02
yusukeito
0
370
Jakarta EE meets AI
ivargrimstad
0
590
Realtime API 入門
riofujimon
0
150
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
960
ピラミッド、アイスクリームコーン、SMURF: 自動テストの最適バランスを求めて / Pyramid Ice-Cream-Cone and SMURF
twada
PRO
10
1.3k
どうして僕の作ったクラスが手続き型と言われなきゃいけないんですか
akikogoto
1
120
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
930
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
Building Applications with DynamoDB
mza
90
6.1k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Fireside Chat
paigeccino
34
3k
Thoughts on Productivity
jonyablonski
67
4.3k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
Speed Design
sergeychernyshev
25
620
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