自定义适配器需要实现BaseAdapter类的几个方法
举一反三
- 自定义适配器需要实现BaseAdapter类的几个方法?( ) A: getCount() B: getItem(int position) C: getItemId(int position) D: getView(int position, View convertView, ViewGroup parent)
- 自定义适配器需要继承的类为 A: Adapter B: BaseAdapter C: SimpleAdapter D: ArrayAdapter
- 新建LanguageAdapter类继承至适配器的基础类BaseAdapter,并实现了哪些抽象方法
- 自定义适配器从以下哪个类继承. A: ArrayAdapter B: SimpleAdapter C: BaseAdapter D: ListAapter
- 自定义一个数据适配器MyAdatper,需要让它继承的类是( )。 A: DefaultAdapter B: ParentAdapter C: BaseAdapter D: BasicAdapte