Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 931 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 931 Bytes

Popular Movies (Stag-2 completed)


This app will:

+ Upon launch, present the user with an grid arrangement of movie posters.
+ Allow your user to change sort order via a setting. The sort order can be by,
        1) Most popular
        2) Highest-rated
+ Allow the user to tap on a movie poster and transition to a details screen with additional information such as:
    * original title
    * movie poster image thumbnail
    * A plot synopsis (called overview in the api)
    * User rating (called vote_average in the api)
    * Release date
    * Trailers
    * Reviews

This App fetch popular movies from the themoviedb.org API. You have to provide your own themoviedb.org API Key in Config.java file.

Class: com.astuter.popularmovies.api.Config -> Vriable: API_KEY (this will hold your API key).