Is Android's BaseAdapter an example of Adapter pattern?
Does Android's class BaseAdapter have "Adapter" in its name because it follows the Adapter pattern or is it just a coincidence? From Wikipedia In computer programming, the adapter pattern (often referred to as the wrapper pattern or simply a wrapper) is a design pattern that translates one interface for a class into a compatible interface. 1 An adapter allows classes to work together that normally could not because of incompatible interfaces, by providing its interface to clients while using the original interface. So, let's discect that. BaseAdapters specify an interface to use for programs