drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 749 forks source link

Make ItemViewBinder more open #245

Closed drakeet closed 5 years ago

drakeet commented 5 years ago

The binders as a stateless role should allow more public access

drakeet commented 5 years ago

Since this will cause API incompatibility, and there are many internal methods of Binder, if one of them wants to proxy, it is necessary to affect other state methods, so it's obviously not worth doing public. If someone has a proxy requirement, he should inherit the binder and submit an additional public method.