Skip to content

Applicaiton that uses API from https://www.themoviedb.org/ to get the list of movies. It will show the movies details, trailers and related movies

License

Notifications You must be signed in to change notification settings

theanh0512/MovieAddict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Addict Application (Android)

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

How to Contribute

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";

Libraries

  • 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

License

The contents of this repository are covered under the Apache License 2.0.

alt tag alt tag

About

Applicaiton that uses API from https://www.themoviedb.org/ to get the list of movies. It will show the movies details, trailers and related movies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages