Movies

Simple Android movies app using MVVM clean architecture.
68747470733a2f2f69302e77702e636f6d2f6465766578706572746f2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031382f31302f636c65616e2d6172636869746563747572652d696e746572616374696f6e2e706e67

Build the application

1. Get the source code

git clone --recursive https://github.com/mcalvog/Movies.git

2. Configure the project

The movies information provided in this application belongs to themoviedb.org, so you need an API Key from their platform in order to display it. You can get one from this link.

Once you have it, create a keystore.properties file at the root folder with the following information:

THE_MOVIE_DB_API_KEY=YOUR API KEY HERE

Replace "YOUR API KEY HERE" with your API Key from themoviedb.

App screenshots

Screenshot_2

Screenshot_1

GitHub

https://github.com/mcalvog/Movies