What's the difference between BaseAdapter and ArrayAdapter?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to know the difference between using BaseAdapter and ArrayAdapter . I have been achieving what I want through ArrayAdapters . Does it affect the performance of the ListView on the adapter interface in which it is implemented ? And, the last question is, can i achieve anything doing with ListView using any of these Adapters , or, there are certain cases where specific adapter only can be used? 回答1: Here is the difference: BaseAdapter is a very generic adapter that allows you to do pretty much whatever you want. However, you have to do