0 votes
in Android by
What is an Adapter?

1 Answer

0 votes
by

An adapter in Android acts as a bridge between an AdapterView and the underlying data for that view. The adapter holds the data and sends the data to the adapter view, the view can take the data from the adapter view and shows the data on different views like a spinner, list view, grid view, etc.

Related questions

0 votes
asked Feb 12, 2022 in RPA with Pega by Robindeniel
0 votes
asked Oct 17, 2019 in Design Patterns by Robin
...