BaseAdapter is an abstract Android adapter class which is used to implement specialized adapters.
From the documentation of the BaseAdapter
class:
Common base class of common implementation for an Adapter that can be used in both ListView (by implementing the specialized ListAdapter interface) and Spinner (by implementing the specialized SpinnerAdapter interface).
Tag Usage:
android android-listview expandablelistview android-spinner listadapter expandablelistadapter