A movie review app created using tmdb movie api.
Currently Home section is pending all ideas are welcome.
- Signup on TMDB's site https://www.themoviedb.org/
- Get your api key
- Clone repository
- Open in Android Studio
- Go in res/values/strings.xml
- Paste API_KEY
- Sign up for youtube player api and get api key
- Paste in YoutubeApiClient.java
- Sign up for news api on https://newsapi.org/
- Get the Api key
- Paste in NewsFragment.java
- Run the App