๐ฌ Submit this assignment by November 2nd 11:59pm IST by emailing your GitHub link to submissions@ontraq.org
Unit 2 Project: Flixster - Part 2
Overview: This project builds off last week's project to view information from The Movie Database API. The user can tap on any list element in order to see more details about the movie selected.
Video Walkthrough: Start with this video walkthrough to complete a basic version of this assignment.
Submission Tips:
- Make sure you are adding and committing files in git as you complete features and milestones.
- Be sure to include a README containing a GIF walkthrough of your app.
- Use this README template in order to have a complete README.
Introduction: the fundamental concepts this week are around activities and the intent system.
User Stories
A user story is a way to capture requirements for an app from an end-user perspective.
It is a common practice in app development and helps to simplify the way requirements are specified.
Required Stories
- Expose details of movie (ratings using RatingBar, popularity, and synopsis) in a separate activity. (8 points)
- Allow video posts to be played in full-screen using the YouTubePlayerView (2 points)
Stretch Stories
- Implement a shared element transition when user clicks into the details of a movie (1 point)
- Trailers for popular movies are played automatically when the movie is selected (1 point).
- When clicking on a popular movie (i.e. a movie voted for more than 5 stars) the video should be played immediately.
- Less popular videos rely on the detailed page should show an image preview that can initiate playing a YouTube video.
- Add a play icon overlay to popular movies to indicate that the movie can be played (1 point).
- Apply data binding for views to help remove boilerplate code. (1 point)
- Add a rounded corners for the images using the Glide transformations. (1 point)
Check the Project 1 Tips Guide to troubleshoot problems or get hints.
Submitting Assignments: Submitted through GitHub, check out the [[Submitting Assignments|Submitting Assignments]] page for more details.
Mockups:
A very basic version of having a detail activity which plays the trailer:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
A simplified detail view could look like this (yours should have more details):
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More โ
Cliffnotes: