Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 466 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 466 Bytes

The MoviesDB app

This application shows the now playing movies released recently all over the world. It takes the data from https://www.themoviedb.org/ using the REST apis.

Libraries used

Volley - for networking
Glide - to load images

What it does

This application shows a list of recently released movies. Clicking on one will show the movie details such as description, ratings, runtime, genre, etc. Also you can watch the trailer of the selected movie.