RecyclerView

Definition:

A RecyclerView is a widget in Android that allows developers to display large data sets of adaptable, custom view items.

Related Terms:

  • Adapter
  • LayoutManager
  • ItemAnimator
  • Binder
  • GridLayoutManager
  • LinearLayoutManager
  • VerticalLayoutManager
  • StaggeredGridLayout
  • RecyclerView.ViewHolder