MVVM + archi. components VS MVP your experiences. which one is better ?
k
MVVM + archi. components VS MVP your experiences. which one is better ?
d
mvvm+databinding+ac 👍
k
is it safe to use Architecture components in production , because it is still in beta
d
well, i use it since alpha. all good so far 🙂
k
is there any drawbacks of using ?
d
there is no way to communicate with view directly from viewmodel. so you have to use databinding or some command pattern. see the official google example
k
yea i have also faced this issue , when i trying mvvm
what is command pattern