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
38
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
130
Clase 2 (Tema 5 - Navigation Drawer)
ykro
0
71
Clase 2 (Tema 4 - View Pager)
ykro
0
81
Clase 3 (Tema 1 - CustomLayout)
ykro
0
58
Clase 3 (Tema 2 - Dialogs)
ykro
0
60
Clase 2 (Tema 2 - ActionBar y Menú)
ykro
0
47
Clase 3 (Tema 3 - Cámara)
ykro
0
49
Clase 3 (Tema 5 - Parse JSON)
ykro
0
84
Clase 3 (Tema 6 - Notificaciones y Backend con Parse.com)
ykro
0
130
Other Decks in Technology
See All in Technology
KAGのLT会 #8 - 東京リージョンでGAしたAmazon Q in QuickSightを使って、報告用の資料を作ってみた
0air
0
190
【新卒研修資料】LLM・生成AI研修 / Large Language Model・Generative AI
brainpadpr
23
16k
リーダーになったら未来を語れるようになろう/Speak the Future
sanogemaru
0
230
SoccerNet GSRの紹介と技術応用:選手視点映像を提供するサッカー作戦盤ツール
mixi_engineers
PRO
1
160
コンテキストエンジニアリングとは? 考え方と応用方法
findy_eventslides
4
870
GC25 Recap+: Advancing Go Garbage Collection with Green Tea
logica0419
1
330
タスクって今どうなってるの?3.14の新機能 asyncio ps と pstree でasyncioのデバッグを (PyCon JP 2025)
jrfk
1
220
What is BigQuery?
aizack_harks
0
120
GA technologiesでのAI-Readyの取り組み@DataOps Night
yuto16
0
250
Oracle Cloud Infrastructure:2025年9月度サービス・アップデート
oracle4engineer
PRO
0
360
履歴 on Rails: Bitemporal Data Modelで実現する履歴管理/history-on-rails-with-bitemporal-data-model
hypermkt
0
2k
いまさら聞けない ABテスト入門
skmr2348
1
180
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
331
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Practical Orchestrator
shlominoach
190
11k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Making Projects Easy
brettharned
118
6.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
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