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?