Would like to hear some feedback from you.
# android
a
Would like to hear some feedback from you.
j
Yes, I’m using
data binding
. It works like a magic with
LiveData
.
However, I’m not a fan of its integration with
Android Studio
there are often issues with cache
a
Did you face some issues while you are trying to pass or return a result from ViewModel to Layout Activity?
You are using Kotlin to write your app right?
j
yes, usually my ViewModel is talking directly with xml
Yes, I’m using Kotlin, it shouldn’t matter though