Sameeksha22 / Flixter

Flixter App Assignment 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flixter

Flixter is an app that allows users to browse movies from the The Movie Database API.


Flixter Part 2

User Stories

  • 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.
  • 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 6 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.
  • Apply data binding for views to help remove boilerplate code.
  • Add a rounded corners for the images using the Glide transformations.

App Walkthough GIF


Open-source libraries used

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

Flixter Part 1

User Stories

  • User can view a list of movies (title, poster image, and overview) currently playing in theaters from the Movie Database API.
  • Views should be responsive for both landscape/portrait mode.
    • In portrait mode, the poster image, title, and movie overview is shown.
    • In landscape mode, the rotated alternate layout should use the backdrop image instead and show the title and movie overview to the right of it.
  • Display a nice default placeholder graphic for each image during loading
  • Improved the user interface by experimenting with styling and coloring.

App Walkthough GIF


Open-source libraries used

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

About

Flixter App Assignment 1


Languages

Language:Java 100.0%