Giter Site home page Giter Site logo

aad-team-29-animation-challenge's People

Contributors

amnsabir avatar gharras avatar mehdilamrini avatar yassinajdi avatar

Watchers

 avatar  avatar  avatar

aad-team-29-animation-challenge's Issues

Add homepage screen XML layout

Homepage

  • The app upon launch should present me with a grid of movie posters
  • The movies are arranged in different categories. Example: Popular, trending, now playing, top-rated...etc

The design doesn't have to look good. the first phase we only focus on implementation

Implement Homepage screen

Homepage screen

This screen will display movies grouped into different categories. To finish this feature, you must add the following:

  • Homepage XML layout #2
  • a Fragment for this screen
  • a RecyclerView adapter for each movies category
  • a ViewModel that request data through the repository layer

Create a REST client using Retrofit

REST client with Retrofit

  • In a background thread, app queries the /movie/popular or /movie/top_rated and other API endpoints for the sort criteria for each category
  • App requests for related videos for a selected movie via the /movie/{id}/videos endpoint in a background thread and display those details when the user selects a movie.
  • /movie/{id}/reviews
  • movie/now_playing

Note: In this phase only create API endpoints. with OkHttp client and the parsing mechanism

Implement movie details screen

MovieDetails screen

This screen will display data about the movie selected by the user. To finish this feature, you must add the following:

  • MovieDetails XML layout #4
  • a Fragment for this screen
  • a RecyclerView adapter for Trailers Cast & Reviews
  • a ViewModel that request data through the repository layer

Database creation using Room

Database using Room

  • Movie
    • title, release date, movie poster, vote average, and plot synopsis...
  • Cast
  • Review
  • Genre
  • Trailer

Add repository API layer

The Repository will provide a clean API as a mediator between network service and the local database.

Add movie details screen XML layout

Movie details screen

  • UI contains a screen for displaying the details for a selected movie
  • Movie Details layout contains a title, release date, movie poster, vote average, and plot synopsis..
  • Movie Details layout contains a section for displaying trailer videos and user reviews. _This one you can leave for later_

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.