https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
k

Kulwinder Singh

10/09/2017, 3:28 PM
MVVM + archi. components VS MVP your experiences. which one is better ?
d

deviant

10/10/2017, 7:18 AM
mvvm+databinding+ac 👍
k

Kulwinder Singh

10/10/2017, 7:34 AM
is it safe to use Architecture components in production , because it is still in beta
d

deviant

10/10/2017, 7:35 AM
well, i use it since alpha. all good so far 🙂
k

Kulwinder Singh

10/10/2017, 7:38 AM
is there any drawbacks of using ?
d

deviant

10/10/2017, 7:40 AM
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

Kulwinder Singh

10/10/2017, 7:42 AM
yea i have also faced this issue , when i trying mvvm
what is command pattern
3 Views