FrantisekGazo / Blade

Android library for boilerplate destruction
Apache License 2.0
267 stars 22 forks source link

Support for MVVM #52

Open FrantisekGazo opened 6 years ago

FrantisekGazo commented 6 years ago

Add support for MVVM. Unlike in MVP, the View holds a reference to the View Model, but the View Model has no information about the View.