xref: /aosp_15_r20/development/samples/browseable/RecyclerView/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1
2page.tags="RecyclerView"
3sample.group=UI
4@jd:body
5
6<p>
7
8                Demonstration of using RecyclerView with a LinearLayoutManager and GridLayoutManager
9                to create a vertical list. Tap \"SHOW LOG\" to view elements as they are bound to
10                their ViewHolder. The log also displays elements that you tap.
11
12        </p>
13