Computer Science, asked by semial2621, 10 months ago

What type of data does a ListView take

Answers

Answered by Sidyandex
3

Answer:

The ListView is the view that has the complete groups several items as well as it mainly display vertical scrollable list.

List items has been automatically inserted with list using an Adapter pulls content from a source such as an array or database.

The ListView are subclasses of AdapterView as they can be populated by binding Adapter then it would retrieve the data from the external source.

Similar questions