This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Releases: byteam/SuperAdapter
Releases · byteam/SuperAdapter
v3.6.8
v3.6.7
- Some optimization.
- Add class
ExtendViewHolder
to support more convenient chain call.
Such asholder.view(R.id.text).setText(str).setTextColor(color)...;
Thanks to @zhangzhichaolove #27 !