TheMovieDB app that fetches the upcoming movies along with the cast and crew.
This app uses:
- Retrofit
- Room
- Glide
- Stetho
To run the app add your TMDb API key to the API_KEY
constant from app/src/main/java/com/grrigore/themoviedb/utils/Constants.java
.
To get an API key follow the tutorial here.