单项选择题
Android中创建内容提供者要继承()。
A.ContentData
B.ContentProvider
C.ContentObserver
D.ContentDataProvider
点击查看答案&解析
相关考题
-
单项选择题
关于BaseAdapter说法错误的是()。
A.BaseAdapter是自定义的数据适配器
B.BaseAdapter是抽象的类我们主要实现getCount方法和getView方法
C.BaseAdapter的getCount()方法的作用是返回Listview一共有多少个条目显示出来
D.BaseAdapter不是抽象的可以直接使用 -
单项选择题
在BaseAdapter的方法中,根据位置得到条目的ID的方法是()。
A.getView()
B.getItem()
C.getItemId()
D.getCount() -
单项选择题
在BaseAdapter的方法中,用来返回ListView显示条目个数的方法是()。
A.getViewCount()
B.getItemCount()
C.getItems()
D.getCount()
