Application that uses API from https://www.themoviedb.org/ to get the list of movies. It will show the movies details, trailers and related movies as well as reviews from users
Find any typos? Any ideas that you think they can help to improve the project? Contributions are welcome!
First, fork this repository.
Clone this repository in github for windows
Or clone this repository from command to make changes.
$ git clone git@github.com:theanh0512/MovieAddict.git
$ cd MovieAddict
Once you've pushed changes to your local repository, you can issue a pull request by clicking on the green pull request icon.
NOTE Inside Config class:
Youtube API: public static final String YOUTUBE_API_KEY = "YOUR_API_KEY";
ThemovieDb API: public static final String THE_MOVIE_DB_API_KEY = "YOUR_API_KEY";
- com.squareup.picasso:picasso:2.5.2
- YouTubeAndroidPlayerApi
- com.google.code.gson:gson:2.6.2
- com.github.jd-alexander:LikeButton:0.1.8
- com.jakewharton:butterknife:8.4.0
The contents of this repository are covered under the Apache License 2.0.