Computer Science, asked by bujji5513, 1 year ago

Explain dataset and data adapter in detail

Answers

Answered by Anonymous
0
Dataset--A data set (or dataset) is a collection of data. Most commonly a data set corresponds to the contents of a single database table, or a single statistical data matrix, where every column of the table represents a particular variable, and each row corresponds to a given member of the data set in question.

Data Adapter--Android's Adapter is described in the API documentation, as “a bridge between an AdapterView and the underlying data for that view” (see here). An AdapterView is a group of widgets (aka view) components in Android that include the ListView, Spinner, and GridView.
Similar questions