Lines Matching full:recyclerview
21 <name>RecyclerView</name>
23 <package>com.example.android.recyclerview</package>
25 <dependency>com.android.support:recyclerview-v7:24.0.0</dependency>
34 Demonstration of using RecyclerView with a LinearLayoutManager and GridLayoutManager
49 <android>android.support.v7.widget.RecyclerView</android>
52 <android>android.support.v7.widget.RecyclerView.ViewHolder</android>
61 Sample demonstrating the use of RecyclerView to layout elements with a
68 Sample demonstrating the use of [RecyclerView][1] to layout elements with a
71 [RecyclerView][1] can display large datasets that can be scrolled
73 defined when [ViewHolder][4] views are instantiated. [RecyclerView][1] is
80 [1]: https://developer.android.com/reference/android/support/v7/widget/RecyclerView.html
83 [4]: https://developer.android.com/reference/android/support/v7/widget/RecyclerView.ViewHolder.html