Skip to content

Requirements for a programming challenge on creating a simple app that displays actors.

Notifications You must be signed in to change notification settings

Onesky-Android/movie-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Description

Programming challenge to create an Android app that allows a user to search and display movies from The Movie DB.

The user will be able to enter their search query and, upon enter, the app will call the endpoint and collect the results to display. The app should display all entities in the list and be sorted in descending order of vote_average (9.0, 8.7, 8.5, etc).

The layout for displaying a movie should contain the following data: backdrop_path (image), title, release_date, and vote_average.

API Documentation

Search Movies

Example: https://api.themoviedb.org/3/search/movie?api_key=c352da303cecea898250194bd5cc0dc5&query=batman

Images

Example: https://image.tmdb.org/t/p/original/9myrRcegWGGp24mpVfkD4zhUfhi.jpg

API Key

c352da303cecea898250194bd5cc0dc5

About

Requirements for a programming challenge on creating a simple app that displays actors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages