Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.28 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.28 KB

Popular-Movies

An Android application that fetches a list of Popular and Top rated movies based on User selection. Intuitive UI that displays the posters of respective movies and opens up its details to view its summary, rating, trailers, etc.

initial screen

The landing activity shows a grid of posters of popular movies fetched from the MovieDb API. The posters were populated using Glide.

inital screen menu

There is a menu that allows the user to select a list of Popular movies or Top rated movies. In the next version, I will also include an option where a user can also choose to display his own favorites list. Also, I plan to include an endless recyclerview.

movie details

Upon selecting a particular movie by clicking on the poster, a new activity shows up that displays the details of the movies like its summary, average rating and date of release. Also, a link to the trailer of the movie is provided that opens up the youtube app where the user can watch its trailer.