PopularMovies_Stage_1
Android app to help users find recent and popular movies.
Project Overview
Most of us can relate to kicking back on the couch and enjoying a movie with friends and family. In this project, you’ll build an app to allow users to discover the most popular movies playing. We will split the development of this app in two stages. First, let's talk about stage 1.
In this stage you’ll build the core experience of your movies app.
You app will:
Present the user with a grid arrangement of movie posters upon launch. Allow your user to change sort order via a setting: The sort order can be by most popular or by 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
Instructions
Go to PopularMovies_Stage_1/app/src/main/java/com/example/sebas/popularmovies/utilities/NetworkUtils.java and change USE_YOUR_API_KEY with your own API KEY.