https://github.com/5hirish/android_movies
An Android app to manage and track all my Movie collection along with fetching metadata about the movies from the internet.
https://github.com/5hirish/android_movies
android gridview movies recyclerview recyclerview-adapter
Last synced: 2 months ago
JSON representation
An Android app to manage and track all my Movie collection along with fetching metadata about the movies from the internet.
- Host: GitHub
- URL: https://github.com/5hirish/android_movies
- Owner: 5hirish
- Created: 2016-06-10T16:19:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T12:37:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T16:52:46.556Z (4 months ago)
- Topics: android, gridview, movies, recyclerview, recyclerview-adapter
- Language: Java
- Size: 230 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Junkies
An Android app to manage and track all my Movie collection along with fetching metadata about the movies from the internet.* Reads from raw text file with movie titles for Movie Collections
* Fetches Meta-Data of Movies from the internet OMDb REST APIs: [Plot, Ratings, Actors, Directors, Writers]
* Fetches Movie Posters. [TMDb]
* Saves meta-data in local storage.
* Search movies by Artists, Ratings, Genre, etc.
* Keep track of your movies.## The Open Movie Database API > http://www.omdbapi.com/
The OMDb API is a RESTful web service to obtain movie information,
all content and images on the site are contributed and maintained by our users.## The Movie Database (TMDb) API > https://www.themoviedb.org/documentation/api
API is available for everyone to use. A TMDb user account is required to request an API key.
Professional users are approved on a per application basis.