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
420
CSCD27 Malicious Software
thierrysans
0
380
CSCD27 Protection
thierrysans
0
480
CSCD27 System Insecurity
thierrysans
0
410
CSCD27 Human Authentication
thierrysans
0
340
CSCD27 Network security
thierrysans
0
550
CSCD27 Network (in)security
thierrysans
0
550
CSCD27 Cryptography Protocols
thierrysans
0
700
Other Decks in Education
See All in Education
AIC 103 - Applications of Property Valuation: Essential Slides
rmccaic
0
200
諸外国の理科カリキュラムにおけるビッグアイデアの構造比較
arumakan
0
310
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
signer
PRO
0
2k
Linuxのよく使うコマンドを解説
mickey_kubo
1
130
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
450
2025年度春学期 統計学 第3回 クロス集計と感度・特異度,データの可視化 (2025. 4. 24)
akiraasano
PRO
0
130
Avoin jakaminen ja Creative Commons -lisenssit
matleenalaakso
0
1.9k
日本の教育の未来 を考える テクノロジーは教育をどのように変えるのか
kzkmaeda
1
210
ビジネスモデル理解
takenawa
0
5k
i-GIP 2025 中高生のみなさんへ資料
202200
0
480
Tutorial: Foundations of Blind Source Separation and Its Advances in Spatial Self-Supervised Learning
yoshipon
1
110
Data Management and Analytics Specialisation
signer
PRO
0
1.4k
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
KATA
mclloyd
29
14k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Building an army of robots
kneath
306
45k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
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