Is it good to use this library https://developer.android.com/topic/libraries/data-binding/index.html in terms of clean architecture?
Since it's a View's implementation detail, I think it's up to you to use databinding or not. Only limitation is to keep it in View layer.
Most helpful comment
Since it's a View's implementation detail, I think it's up to you to use databinding or not. Only limitation is to keep it in View layer.