/Popular-Movies-App-Stage2

An Android app to allow users to discover the most popular movies playing.

Primary LanguageJava

Popular-Movies-App-Stage2

Build a UI that presented the user with a grid of movie posters, allowed users to change sort order, and presented a screen with additional information on the movie selected by the user. Allow users to view and play trailers ( either in the youtube app or a web browser). Allow users to read reviews of a selected movie. Allow users to mark a movie as a favorite in the details view by tapping a button(star). Create a database and content provider to store the names and ids of the user's favorite movies. Modify the existing sorting criteria for the main view to include an additional pivot to show their favorites collection.

Include your "themoviedb.org" API_KEY into gradle.properties, or app won't work