Files
android_development/samples/browseable/RecyclerView/_index.jd
Trevor Johns abededd8f7 Docs: Sync browseable samples for lmp-docs
Synced to developers/samples/android commit
bc036ecdf44cd03163c206096172299f3940b057.

Change-Id: Ib68230d79ca300e7db906aff2ebfc2cb6c6968f7
2014-12-09 18:49:04 -08:00

12 lines
372 B
Plaintext

page.tags="RecyclerView"
sample.group=UI
@jd:body
<p>
Demonstration of using RecyclerView with a LinearLayoutManager and GridLayoutManager
to create a vertical list. Tap \"SHOW LOG\" to view elements as they are bound to
their ViewHolder. The log also displays elements that you tap.
</p>