20
Answer (Choose 1 answer)
What is the purpose of the "ViewHolder" pattern in RecyclerView?
A. To store and manage data items in the RecyclerView.
B. To manage the click events for each item in the RecyclerView.
C. To scroll the recyclerview
D. To improve the performance of RecyclerView by recycling item views.