You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
373 B

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>