/Material-Movies

An application about movies with material design

Primary LanguageJava

This projects support a series of articles about how to setup an android environment to develop an scalable, maintainable and testable projects.

A useful stack on android

Scenario

The information about the films is taken from a public API called themoviedb, you can find nice documentation in this section at [Apiary](http: // docs. themoviedb.apiary.io/#).

This project is based on the pattern Model View Presenter also implements some guidelines of Material Design like transitions, structures, animations, colors etc ...