Android app to discover new movies
- Android SDK v23
- Latest Android Build Tools
- Android Support Repository
- themoviedb.org API key (https://www.themoviedb.org/account/signup)
- YouTube Player API key (https://developers.google.com/youtube/android/player/register)
- git clone https://github.com/VoltK/Moviefier.git
- import project to IntelliJ (https://www.jetbrains.com/help/idea/importing-an-existing-android-project.html)
- add you APIs keys to app\src\main\java\com\khud44\moviefier\utils\Constants.java
- run