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
47
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
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 4 - Threads y API)
ykro
0
38
Clase 3 (Tema 5 - Parse JSON)
ykro
0
84
Other Decks in Technology
See All in Technology
バイブコーディングと継続的デプロイメント
nwiizo
2
380
業務自動化プラットフォーム Google Agentspace に入門してみる #devio2025
maroon1st
0
180
タスクって今どうなってるの?3.14の新機能 asyncio ps と pstree でasyncioのデバッグを (PyCon JP 2025)
jrfk
1
220
PLaMo2シリーズのvLLM実装 / PFN LLM セミナー
pfn
PRO
2
910
Goに育てられ開発者向けセキュリティ事業を立ち上げた僕が今向き合う、AI × セキュリティの最前線 / Go Conference 2025
flatt_security
0
320
KAGのLT会 #8 - 東京リージョンでGAしたAmazon Q in QuickSightを使って、報告用の資料を作ってみた
0air
0
190
Green Tea Garbage Collector の今
zchee
PRO
2
380
Geospatialの世界最前線を探る [2025年版]
dayjournal
3
470
SoccerNet GSRの紹介と技術応用:選手視点映像を提供するサッカー作戦盤ツール
mixi_engineers
PRO
1
160
AI Agentと MCP Serverで実現する iOSアプリの 自動テスト作成の効率化
spiderplus_cb
0
410
GopherCon Tour 概略
logica0419
2
160
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
300
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
The Pragmatic Product Professional
lauravandoore
36
6.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
KATA
mclloyd
32
14k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
610
We Have a Design System, Now What?
morganepeng
53
7.8k
Site-Speed That Sticks
csswizardry
11
870
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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