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
470
CSCD27 System Insecurity
thierrysans
0
400
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
脳卒中になってしまった さあ、どうする
japanstrokeassociation
0
650
Algo de fontes de alimentación
irocho
1
370
Nodiレクチャー 「CGと数学」講義資料 2024/11/19
masatatsu
2
190
Lisätty todellisuus opetuksessa
matleenalaakso
1
2.3k
ACT FAST 20240830
japanstrokeassociation
0
320
Human Perception and Cognition - Lecture 4 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
710
Comment aborder et contribuer sereinement à un projet open source ? (Masterclass Université Toulouse III)
pylapp
0
3.2k
オープンソース防災教育ARアプリの開発と地域防災での活用
nro2daisuke
0
170
Beispiel einer Fortbildung für "Soziales Lernen"
gsgoethe
0
120
SQL初級中級_トレーニング【株式会社ニジボックス】
nbkouhou
0
20k
Ch2_-_Partie_3.pdf
bernhardsvt
0
100
アニメに学ぶチームの多様性とコンピテンシー
terahide
0
240
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1366
200k
KATA
mclloyd
29
14k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
Docker and Python
trallard
40
3.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
Typedesign – Prime Four
hannesfritz
40
2.4k
Navigating Team Friction
lara
183
14k
The Cult of Friendly URLs
andyhume
78
6k
GitHub's CSS Performance
jonrohan
1030
460k
Building Applications with DynamoDB
mza
90
6.1k
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