Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.12 KB

README.md

File metadata and controls

48 lines (32 loc) · 2.12 KB

Flixster

Flixster is an app that allows users to browse movies from the [The Movie Database API] (http://docs.themoviedb.apiary.io/#).

Project 1 - Flixster - Part 1

User Stories

The following required functionality is completed:

  • User can view a list of movies (title, poster image, and overview) currently playing in theaters from the Movie Database API.

The following optional features are implemented:

  • Views should be responsive for both landscape/portrait mode.
  • In portrait mode, the poster image, title, and movie overview is shown.
  • Display a nice default [placeholder graphic] for each image during loading
  • Improved the user interface by experimenting with styling and coloring.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with [LiceCap](http://www.cockos.com/licecap/).

Project 2 - Flixster - Part 2

User Stories

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
  • When clicking on a popular movie (i.e. a movie voted for more than 5 stars) the video should be played immediately.
  • Apply data binding for views to help remove boilerplate code

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with [LiceCap](http://www.cockos.com/licecap/).

Open-source libraries used

  • Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
  • Glide - Image loading and caching library for Androids