Hi. Would it be a code-smell, if I were to impleme...
# android
w
Hi. Would it be a code-smell, if I were to implement a clicklistener on a
ViewModel
? So that the
ViewModel
can do its thing and the
Activity/Fragment
just observes the
LiveData
of
ViewModel
?