manas-chaudhari / android-mvvm

MVVM on Android using RxJava and Data Binding
Apache License 2.0
502 stars 81 forks source link

Explore Android Architecture Components #59

Open manas-chaudhari opened 7 years ago

manas-chaudhari commented 7 years ago

Google announced architecture components such as ViewModel, LiveData, ViewDataProvider, which are similar to components in our library.

As of now, there is no concrete objective about what can be achieved. But, this issue is to explore what's possible and discuss ideas.

szantogab commented 7 years ago

I would still go with the Conductor framework, as it eliminates the direct use of fragments and activities, thus making the code simpler.

Also, it seems like they are integrating with the ArchComponents library: https://github.com/bluelinelabs/Conductor/tree/develop/conductor-modules