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
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 4 - Threads y API)
ykro
0
36
Clase 3 (Tema 5 - Parse JSON)
ykro
0
82
Other Decks in Technology
See All in Technology
RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster
hogelog
3
950
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
120
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
390
Chasing the White Whale of Open Source - ROI
mrbobbytables
0
110
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
VideoMamba: State Space Model for Efficient Video Understanding
chou500
0
200
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
160
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
720
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
630
Zennのパフォーマンスモニタリングでやっていること
ryosukeigarashi
0
380
Terraform Stacks入門 #HashiTalks
msato
0
360
Taming you application's environments
salaboy
0
200
Featured
See All Featured
Faster Mobile Websites
deanohume
305
30k
Practical Orchestrator
shlominoach
186
10k
Intergalactic Javascript Robots from Outer Space
tanoku
269
27k
The Invisible Side of Design
smashingmag
298
50k
Embracing the Ebb and Flow
colly
84
4.5k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
KATA
mclloyd
29
14k
Raft: Consensus for Rubyists
vanstee
136
6.6k
Typedesign – Prime Four
hannesfritz
40
2.4k
The Cult of Friendly URLs
andyhume
78
6k
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