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
15-437 Mobile Apps
Search
ThierrySans
November 19, 2013
Education
0
150
15-437 Mobile Apps
ThierrySans
November 19, 2013
Tweet
Share
More Decks by ThierrySans
See All by ThierrySans
CSCD27 Social Engineering
thierrysans
0
250
CSCD27 Web Security
thierrysans
0
430
CSCD27 Malicious Software
thierrysans
0
380
CSCD27 Protection
thierrysans
0
490
CSCD27 System Insecurity
thierrysans
0
420
CSCD27 Human Authentication
thierrysans
0
350
CSCD27 Network security
thierrysans
0
560
CSCD27 Network (in)security
thierrysans
0
550
CSCD27 Cryptography Protocols
thierrysans
0
700
Other Decks in Education
See All in Education
Linguaxes de programación
irocho
0
320
1021
cbtlibrary
0
340
[FUN Open Campus 2025] 何でもセンシングしていいですか?
pman0214
0
270
Library Prefects 2025-2026
cbtlibrary
0
120
今までのやり方でやってみよう!?~今までのやり方でやってみよう!?~
kanamitsu
0
200
株式会社アイエスエイ 会社概要
recruit_isa
0
120
Evaluation Methods - Lecture 6 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.1k
中間活動報告会 人材育成WG・技術サブWG / 20250808-oidfj-eduWG-techSWG
oidfj
0
770
子どもが自立した学習者となるデジタルの活用について
naokikato
PRO
0
130
HCI and Interaction Design - Lecture 2 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.4k
吉岡研究室紹介(2025年度)
kentaroy47
0
520
ロータリー国際大会について~国際大会に参加しよう~:古賀 真由美 会員(2720 Japan O.K. ロータリーEクラブ・(有)誠邦産業 取締役)
2720japanoke
1
580
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
97
6.3k
Faster Mobile Websites
deanohume
310
31k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
900
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Why Our Code Smells
bkeepers
PRO
340
57k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Designing for Performance
lara
610
69k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
Writing Fast Ruby
sferik
630
62k
The Cult of Friendly URLs
andyhume
79
6.6k
Transcript
Mobile Web Development Thierry Sans
2 ways to build mobile apps Cross Platforms Apps ➡
HTML 5 and Javascript Platform Language Environment iOS Objective C / Swift Xcode Android Java Eclipse Windows C# Visual Studio Native Apps
Javascript / HTML 5 API • Geolocation • Web storage
• Web sockets • Web workers • WebGL • Camera / Microphone
(free) Cross platform mobile frameworks ( Javascript / HTML 5
only) ➡ Runs natively in the phone’s browser (without showing it) • JQuery Mobile • jQT • Sencha • jqMobi Intel’s App Framework
The limits of HTML 5 • Background mode • App
intercommunication • Phone settings • Specific Resources such as mail, calendar, contacts • Notifications and widgets • Bluetooth, NFC, camera, accelerometer
(free) Cross platform mobile frameworks ( JS / HTML 5
+ extended phone features) ➡ Abstraction of common phone features ➡ Compiled code for the target platform • Appcelerator Titanium • PhoneGap