GithubHelp home page GithubHelp logo

flicks-studnet-app's Introduction

Flix

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

Flix 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.
  • (2pts) Views should be responsive for both landscape/portrait mode.
    • (1pt) In portrait mode, the poster image, title, and movie overview is shown.
    • (1pt) 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.
  • (2pts) Display a nice default placeholder graphic for each image during loading
  • Improved the user interface by experimenting with styling and coloring.

Flix Part 2

REQUIRED (10pts)

  • (8pts) Expose details of movie (ratings using RatingBar, popularity, and synopsis) in a separate activity.
  • (2pts) Allow video posts to be played in full-screen using the YouTubePlayerView.

BONUS

  • 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.
  • Apply the popular ButterKnife annotation library to reduce view boilerplate. (1 point) TODO
  • Add a rounded corners for the images using the Glide transformations. (1 point)
  • (EXTRA) added genre infermation for each movie by calling the TMDB api again to find the list of all genres based on genre code.

App Walkthough GIF

First pass,

below see current build.

Notes

I had a great deal of trouble with the [Android Async HTTP] and Glide at first but now i understand at least the basics of their use. Mainly my issues stemmed from not using the debugger to step through large issues

edit : by far the hardest thing was adding genre information

Open-source libraries used

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

flicks-studnet-app's People

Contributors

rosymaplemoth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.