This Simple Android application to show Movies from the Movie DB API https://www.themoviedb.org/documentation/api
- List of Movies.
- Movie Details.
- List of Favorite Movies
- Save Movies to Favorites
- Search Movies by Name
- Kotlin
- MVP
- Dependency Injection (Dagger 2)
- Rxjava
- Room
- Package by feature
To run the project, you need an API_KEY that you can get from the MovieDB API Page. After you get the key, you have to create a Gradle property like this "FavoriteMovies_ApiKey="YOUR_API_KEY_GOES_HERE" in your gradle.properties file.