A useful stack on android #1, architecture

1 · Saul Molinero · Feb. 2, 2015, midnight
This is the first in a series of articles on how to setup an environment to develop an android scalable, maintainable and testable project, in this series I will cover some patterns and libraries used in some way to not go crazy on the day day of an android developer. Scenario As an example, I will rely on the following project, is a proof of concept of a simple catalog of films, which can be marked as views or pendings. The information about the films is taken from a public API called themovi...