This project is no longer maintained. See my new Tmdb client project which demonstrates a cleaner structure.
MoveeIntro.mp4
This is an Android Tmdb client project.
To be able to run the application, a TMDB api key should be set as environment variable as API_KEY_TMDB = your_api_key
graph TD;
Presentation-->Domain;
Data-->Domain;