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
68
Clase 2 (Tema 4 - View Pager)
ykro
0
77
Clase 3 (Tema 1 - CustomLayout)
ykro
0
56
Clase 3 (Tema 2 - Dialogs)
ykro
0
57
Clase 2 (Tema 2 - ActionBar y Menú)
ykro
0
42
Clase 3 (Tema 3 - Cámara)
ykro
0
45
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
OCI Network Firewall 概要
oracle4engineer
PRO
0
4.2k
The Rise of LLMOps
asei
9
1.8k
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
620
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
460
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
150
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
7
700
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
AGIについてChatGPTに聞いてみた
blueb
0
130
The Role of Developer Relations in AI Product Success.
giftojabu1
0
150
SSMRunbook作成の勘所_20241120
koichiotomo
3
170
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
Making your applications cross-environment - OSCG 2024 NA
salaboy
0
200
Featured
See All Featured
Fireside Chat
paigeccino
34
3k
Designing Experiences People Love
moore
138
23k
How to train your dragon (web standard)
notwaldorf
88
5.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Git: the NoSQL Database
bkeepers
PRO
427
64k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
Adopting Sorbet at Scale
ufuk
73
9.1k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
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