base-adapter
Android's versatile Adapter for ListView, RecyclerView, GridView, etc.
...A key strength is support for multiple item view types, making it easier to build heterogeneous lists (for example, headers, content rows, and ads) without fragile conditional logic scattered across the codebase. The library typically uses a fluent or structured API to register item delegates and bind layouts consistently, which improves readability in large UI modules. It’s useful in legacy ListView projects as well as RecyclerView-based apps where teams want a consistent, shared approach to adapters across screens.