OD
(Choose 1 answer)
Which of the following statements is true about ViewHolder?
A. An adapter can use multiple ViewHolder classes to hold headers and various types of data.
B. You can have exactly one view holder for data and one view holder for a header.
C. A RecyclerView supports multiple types of headers, but the data has to be uniform.
D. When adding a header, you subclass RecyclerView to insert the header at the correct position.
Exit 51