You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @neuberfran,
I'm not sure that I understand you. Could you please rephrase.
This class using only with data binding. You need to create your own ViewModel class,
add val background = ObservableBackground(),
setup data binding in xml and set android:background="@{viewModel.background}"
Hi @neuberfran,
I'm not sure that I understand you. Could you please rephrase.
This class using only with data binding. You need to create your own ViewModel class,
add val background = ObservableBackground(),
setup data binding in xml and set android:background="@{viewModel.background}"
I have a question:
what I put in mainactivity?
other
this is correct adapter:
class ValAdapter {
The text was updated successfully, but these errors were encountered: