Loading practice questions
What is the purpose of "RecyclerView" in Android?
Correct Answer: D — Display large datasets efficiently in a scrollable list
Explanation:
RecyclerView is a UI widget used to display large sets of data in a scrollable list format. It efficiently recycles views as they scroll off-screen, ensuring that memory usage remains optimized.