rallat / EffectiveAndroid

This sample project shows how to apply MVP and Clean architecture on an Android app
1.7k stars 166 forks source link

Adding Android Data Binding to the Clean branch #15

Open hussam789 opened 8 years ago

hussam789 commented 8 years ago

I see that the Clean architecture doesn't include Android Data binding with MVVM pattern.

MVVM is really powerfull especially when used it along with Data binding engine, and since Google has implemented this engine, i'm considering to learn the MVVM pattern with data binding in the Presentation layer of the clean architecture.