Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.83 KB

Movies-DB

A demonstration of MVVM pattern using some Architecture Components like ViewModel and LiveData with the trending libraries of the android world.

App is based on the Google TODO MVVM pattern, this pattern was choosed to make the business logic easily testable.

App Screens

Used Libraries

Some Notes

  • I created a separated module exclusively to demonstrate a way to let the service be tottaly decoupled from the app. That helps when the service is the same in multiple front ends.
  • Made one unit test test to show how with this architecture we make things easier to test.

Contact

Contribution

  • Suggestions ,ideas, Pulls and issues are very welcomed

Tests locations