Home »
MCQs »
Xamarin MCQs
____ is a collection handler that reads data from a list collection and either returns it as a view or shows it on the screen?
21. ____ is a collection handler that reads data from a list collection and either returns it as a view or shows it on the screen?
- ListAdapter
- ArrayHandler
- MakeList
- ArrayAdapter
Answer: D) ArrayAdapter
Explanation:
ArrayAdapter is a collection handler that reads data from a list collection and either returns it as a view or shows it on the screen.