android-mvvm icon indicating copy to clipboard operation
android-mvvm copied to clipboard

Explore Android Architecture Components

Open manas-chaudhari opened this issue 8 years ago • 1 comments

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.

manas-chaudhari avatar Jun 05 '17 03:06 manas-chaudhari

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

szantogab avatar Jun 05 '17 08:06 szantogab