What's the role of adapters in Android?

前端 未结 10 1210
面向向阳花
面向向阳花 2020-12-02 04:10

I want to know when, where and how adapters are used in the context of Android.

The information from Android\'s developer documentation wa

10条回答
  •  不思量自难忘°
    2020-12-02 04:50

    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.

提交回复
热议问题