Maybe your `size()` doesn't return an observable, ...
# android-databinding
d
Maybe your
size()
doesn't return an observable, jsut an
integer
You must update a size/empty observable variable, and make sure databinding gets the obervable field.
t
Oh, I will definitely try that, thanks for replying!