An open API service indexing awesome lists of open source software.

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.

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.