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
Clase 3 (Tema 4 - Threads y API)
Search
Adrián Catalán
October 24, 2013
Technology
0
36
Clase 3 (Tema 4 - Threads y API)
Curso MOOC de Android en Telescopio (
http://telescopio.galileo.edu
)
Adrián Catalán
October 24, 2013
Tweet
Share
More Decks by Adrián Catalán
See All by Adrián Catalán
Clase 2 (Tema 3 - Tabs)
ykro
0
120
Clase 2 (Tema 5 - Navigation Drawer)
ykro
0
69
Clase 2 (Tema 4 - View Pager)
ykro
0
78
Clase 3 (Tema 1 - CustomLayout)
ykro
0
57
Clase 3 (Tema 2 - Dialogs)
ykro
0
58
Clase 2 (Tema 2 - ActionBar y Menú)
ykro
0
45
Clase 3 (Tema 3 - Cámara)
ykro
0
47
Clase 3 (Tema 5 - Parse JSON)
ykro
0
82
Clase 3 (Tema 6 - Notificaciones y Backend con Parse.com)
ykro
0
130
Other Decks in Technology
See All in Technology
最近のSRE支援ニーズ考察 | sogaoh's LT @ Road to SRE NEXT@札幌
sogaoh
PRO
1
150
Охота на косуль у древних
ashapiro
0
140
MLflowはどのようにLLMOpsの課題を解決するのか
taka_aki
0
160
どうすると生き残れないのか/how-not-to-survive
hanhan1978
2
1.4k
リクルートのエンジニア組織を下支えする 新卒の育成の仕組み
recruitengineers
PRO
2
200
大規模アジャイルフレームワークから学ぶエンジニアマネジメントの本質
staka121
PRO
3
1.8k
Aurora PostgreSQLがCloudWatch Logsに 出力するログの課金を削減してみる #jawsdays2025
non97
1
270
Amazon Bedrock 2025 年の熱いアップデート (2025/3 時点)
icoxfog417
PRO
3
180
目標と時間軸 〜ベイビーステップでケイパビリティを高めよう〜
kakehashi
PRO
8
1.1k
完璧を捨てろ! “攻め”のQAがもたらすスピードと革新/20250306 Hiroki Hachisuka
shift_evolve
0
160
2025/3/1 公共交通オープンデータデイ2025
morohoshi
0
120
OPENLOGI Company Profile for engineer
hr01
1
20k
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
440
Music & Morning Musume
bryan
46
6.4k
A designer walks into a library…
pauljervisheath
205
24k
Docker and Python
trallard
44
3.3k
Git: the NoSQL Database
bkeepers
PRO
429
65k
Rails Girls Zürich Keynote
gr2m
94
13k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
Why Our Code Smells
bkeepers
PRO
336
57k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Building a Scalable Design System with Sketch
lauravandoore
461
33k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Typedesign – Prime Four
hannesfritz
41
2.5k
Transcript
CLASE 3: Cámara y API Adrián Catalán
[email protected]
@ykro
THREADS Y API Tema 4
http://fav.me/d23q3cy
Threads • Necesidad de realizar tareas en paralelo (multi tasking)
• No es un servicio • main thread y worker threads • ANR
Threads • Thread de Java • Clase Handler para comunicación
• Async Task • Librerías – Resty – OkHttp – Volley
Async task • onPreExecute() • doInBackground() • onPostExecute()
Async task
None
Datos remotos • Web services • SOAP • REST
Conexión HTTP
Volley • RequestQueue – Volley.newRequestQueue(this) • Diferentes tipos de requests – JSON
Volley • Manejo de la respuesta
http://fav.me/d4d8tzn