I want to know when, where and how adapters are used in the context of Android.
The information from Android\'s developer documentation wa
There are already given multiple answer,But I want to give a different answer.
Adapter means you can that Its bridge provider.
Adapters are the link between a set of data and the AdapterView that displays the data.