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
Padlet opetuksessa
matleenalaakso
4
13k
新人研修の課題と未来を考える
natsukokanda1225
0
1.3k
Web 2.0 Patterns and Technologies - Lecture 8 - Web Technologies (1019888BNR)
signer
PRO
0
2.5k
5 Things Every L&D Pro Should Steal from Marketing
tmiket
0
150
LinkedIn
matleenalaakso
0
3.5k
HyRead2425
cbtlibrary
0
120
Semantic Web and Web 3.0 - Lecture 9 - Web Technologies (1019888BNR)
signer
PRO
2
2.7k
Image compression
hachama
0
390
HCI Research Methods - Lecture 7 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
850
Bitcoin Lightning Network en pratique
rlifchitz
0
110
(モブ)エンジニアが伝えるアウトプット活動のススメ!! #カンリーLT
masakiokuda
2
190
Поступай в ТОГУ 2025
pnuslide
0
14k
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Making Projects Easy
brettharned
116
6k
Statistics for Hackers
jakevdp
797
220k
A Philosophy of Restraint
colly
203
16k
Typedesign – Prime Four
hannesfritz
40
2.5k
Code Review Best Practice
trishagee
66
17k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Agile that works and the tools we love
rasmusluckow
328
21k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
540
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
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