• Stars
    star
    323
  • Rank 130,051 (Top 3 %)
  • Language
    Java
  • Created over 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Model-View-Presenter vs Model-View-ViewModel in a "Hello, World!" project

Model-View-Presenter vs Model-View-ViewModel

Discover the differences in implementing Model-View-Presenter and Model-View-ViewModel patterns by applying the two patterns in a "Hello, World" project. Unit test examples for both the Presenter and the ViewModel classes are provided.

Model-View-Presenter

Model-View-Presenter

Model-View-ViewModel

Model-View-ViewModel

This project was done for a Droidcon Zagreb 2016 talk on MVVM & RxJava – the perfect mix.