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
240
CSCD27 Web Security
thierrysans
0
410
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
540
CSCD27 Network (in)security
thierrysans
0
550
CSCD27 Cryptography Protocols
thierrysans
0
690
Other Decks in Education
See All in Education
Logistique et supply chain : application au e-commerce
martine
0
130
付箋を使ったカラオケでワイワイしましょう / Scrum Fest Okinawa 2024
bonbon0605
0
140
子どものためのプログラミング道場『CoderDojo』〜法人提携例〜 / Partnership with CoderDojo Japan
coderdojojapan
4
15k
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
0
300
Flinga
matleenalaakso
2
14k
ニュースメディアにおける生成 AI の活用と開発 / UTokyo Lecture Business Introduction
upura
0
230
BrightonSEO, San Diego, CA 2024
mchowning
0
120
Diseño de estrategia de analítica del aprendizaje en tu centro educativo.
tecuribarri
0
150
Use Cases and Course Review - Lecture 8 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
870
Ch2_-_Partie_2.pdf
bernhardsvt
0
120
1106
cbtlibrary
0
450
Mathematics used in cryptography around us
herumi
2
740
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Optimizing for Happiness
mojombo
376
70k
Building Applications with DynamoDB
mza
93
6.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
A designer walks into a library…
pauljervisheath
205
24k
It's Worth the Effort
3n
184
28k
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