-2

android SDK中有多少种数据适配器?

我知道 CursorAdapter 和 ArrayAdapter。还有吗?

4

2 回答 2

3

You should take a look at the developers documentation:

http://developer.android.com/reference/android/widget/Adapter.html

ArrayAdapter, BaseAdapter, CursorAdapter, HeaderViewListAdapter, ListAdapter, ResourceCursorAdapter, SimpleAdapter, SimpleCursorAdapter, SpinnerAdapter, WrapperListAdapter.

于 2013-08-14T17:54:31.043 回答
3

你在这里列出了它:http: //developer.android.com/reference/android/widget/Adapter.html

已知间接

子类 ArrayAdapter、BaseAdapter、CursorAdapter、HeaderViewListAdapter、ListAdapter、ResourceCursorAdapter、SimpleAdapter、SimpleCursorAdapter、SpinnerAdapter、WrapperListAdapter

于 2013-08-14T17:55:51.643 回答