Flixter App is an android app that allows viewing of currently popular movies and their brief descriptions. It can be viewed properly in both landscape and portrait mode. Users can view the star-rating and a trailer of the movie on YouTube.
Submitted by: Jiyan 'Kevin' Sang
Time spent: 5 hours spent in total
The following required functionality is completed:
- Expose details of movie (ratings using RatingBar, popularity, and synopsis) in a separate activity.
- Allow video posts to be played in full-screen using the YouTubePlayerView.
The following optional features are implemented:
- Implement a shared element transition when user clicks into the details of a movie.
- Trailers for popular movies are played automatically when the movie is selected.
- Add a play icon overlay to popular movies to indicate that the movie can be played.
- Apply data binding for views to help remove boilerplate code.
- Add a rounded corners for the images using the Glide transformations.
Here's a walkthrough of implemented user stories:
As far as the second attempt for me to build an android app, this time things went much more smooth than the last time!
Copyright [2021] [Jiyan Sang]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.