Android adapters are actually the same adapter design pattern according to GoF. Adapters are used to provide a known interface to unknown objects. for example: if we use any third-party libraries, it is recommended to adapt the adapters so that the third-party interface is converted to a known interface. Then it becomes easier to replace the 3rp batch libraries by simply adding a new adapter.
ListView Android . , , Android-. , .