Android-cleanarchitecture: Does the usage of android data binding librarary correspond to the clean architecture principles?

Created on 11 Jul 2016  路  1Comment  路  Source: android10/Android-CleanArchitecture

Is it good to use this library https://developer.android.com/topic/libraries/data-binding/index.html in terms of clean architecture?

discussion question

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings