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 1 (Tema 6 - Adaptadores y listados)
Search
Adrián Catalán
October 23, 2013
Technology
0
45
Clase 1 (Tema 6 - Adaptadores y listados)
Curso MOOC de Android en Telescopio (
http://telescopio.galileo.edu
)
Adrián Catalán
October 23, 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
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
45
Clase 3 (Tema 3 - Cámara)
ykro
0
47
Clase 3 (Tema 4 - Threads y API)
ykro
0
36
Clase 3 (Tema 5 - Parse JSON)
ykro
0
82
Other Decks in Technology
See All in Technology
All you need to know about InnoDB Primary Keys
lefred
0
120
家電アプリ共通PF "Linova" のAPI利用とPostman活用事例ご紹介
yukiogawa
0
130
Data-centric AI入門第6章:Data-centric AIの実践例
x_ttyszk
1
370
30分でわかる『アジャイルデータモデリング』
hanon52_
9
2.2k
君はPostScriptなウィンドウシステム 「NeWS」をご存知か?/sunnews
koyhoge
0
720
リアルタイム分析データベースで実現する SQLベースのオブザーバビリティ
mikimatsumoto
0
950
インフラをつくるとはどういうことなのか、 あるいはPlatform Engineeringについて
nwiizo
5
2.1k
君も受託系GISエンジニアにならないか
sudataka
2
370
スクラムのイテレーションを導入してチームの雰囲気がより良くなった話
eccyun
0
110
AndroidデバイスにFTPサーバを建立する
e10dokup
0
240
7日間でハッキングをはじめる本をはじめてみませんか?_ITエンジニア本大賞2025
nomizone
2
1.4k
まだ間に合う! エンジニアのための生成AIアプリ開発入門 on AWS
minorun365
PRO
4
580
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
8
270
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
31
2.1k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
Building Your Own Lightsaber
phodgson
104
6.2k
Designing for Performance
lara
604
68k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.4k
Gamification - CAS2011
davidbonilla
80
5.1k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Transcript
CLASE 1: Introducción Adrián Catalán
[email protected]
@ykro
ADAPTADORES Y LISTADOS Tema 6
http://fav.me/d2hu31r
Componentes comunes List View Grid View
List
Grid
Adaptador • Vínculo entre la fuente de datos y la
vista • Funciona con ListView o GridView • Hay diferentes tipos de adapter • Puede sobrecargarse y realizar uno personalizado
Adaptador • Datos usando un arreglo
Adaptador • Datos usando un cursor
Adaptador • Manejo de click sobre elementos del listado
Más información • Documentación oficial – Diseño de listas http://developer.android.com/design/building-
blocks/lists.html – ListView http://developer.android.com/guide/topics/ui/ layout/listview.html – Diseño de grids http://developer.android.com/design/building- blocks/grid-lists.html – GridView http://developer.android.com/guide/topics/ui/ layout/gridview.html
http://fav.me/d3e4atq