Which of the following statements is true about ViewHolder?
(Choose
1
A. An adapter can use multiple ViewHolder classes to hold headers and various types of data.
answer)
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.
Ext (31