Coder Social home page Coder Social logo

popular_movies's Introduction

Popular_Movies

Udacity Project

This app shows a list of Popular Movies from themoviesdb API.
You can sort the list by Highest Rated, Most Popular, and Favourite Movies.

You can see the details of every movie. The trailer, Reviews, Rating, etc.

You can also favourite and un-favourite a movie.

And sort the list and go to your Favourited Movies.

To run the project go to https://www.themoviedb.org/ and build an API KEY.
Then, put your API KEY in NetworkUtilities.java(35).

popular_movies's People

Contributors

janhavisinghh avatar

popular_movies's Issues

Single Responsibility

SOLID principles are very important aspect of programming.
The S in SOLID means, Single Responsibility of the class.

You can take an example of TrailerAdapter

It is doing the following:

  • Being an adapter
  • Holding the ViewHolder class
  • Logic in onBindViewHolder() on the ViewHolder, which is sharing the trailer.

What we'll do is move the 2nd and 3rd item to a separate file called TrailerViewHolder . The click listener in onBindViewHolder() will also move to this file as well.

Create a branch of this issue name(like this issue-NUMBER) from master and when it is done. Push it.

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.