A movie app using API from TMDB
- Discover movie based on categories
- Detail movie
- Youtube player for movie trailer
- User review
- Download this project
- Open this project with Android Studio
- Before build and run this project. Go to local.properties and add 2 lines code:
BASE_URL = "https://api.themoviedb.org/3/"
API_KEY = "Enter your themoviedb personal access token"
- Sync Project with Gradle File
- Run