SuperAdapter Versions Save

[Deprecated]. ? Adapter(BaseAdapter, RecyclerView.Adapter) wrapper for Android. 一个Adapter同时适用RecyclerView、ListView、GridView等。

3.6.8

6 years ago

修复 RecyclerView 重复刷新的bug.

3.6.7

7 years ago
  1. Some optimization.
  2. Add class ExtendViewHolder to support more convenient chain call. Such as holder.view(R.id.text).setText(str).setTextColor(color)...;

Thanks to @zhangzhichaolove #27 !

3.6.6

7 years ago

Improvement of replaceAll(list).

3.6.5

7 years ago

Supports DiffUtil: mAdapter.diff(DefaultDiffCallback)

3.6.4

7 years ago

Optimize ListView's header and footer.

3.6.3

7 years ago

Refactored method clear() to improve performance, adjusted method replaceAll(List<T>).

3.6.2

7 years ago

fix data source.

3.6.1

7 years ago

Fix header's width in some LayoutManager.

v3.6

7 years ago

Bug fixed : addAll(int position, List<T> list).

v3.5

7 years ago
  1. Many optimizations.
  2. Load animation supporting!