Skip to content

CharulMathur4592/Movie_Application_Project

Repository files navigation

Movie_Application_Project

PURPOSE:

  • This project displays the list of movies & details on the click of any movie.

PREREQUISITES:

  1. Android Studio
  2. Latest Android SDK

Project Characteristics:

  • Kotlin
  • Android Jetpack
  • Internet Connection Check

Architecture:

None

FEATURES

  1. As a user, I want to see a list of movies so that I can browse through different movies.
  • Tasks:
    • It should be a horizontal list.
    • Each item should display an image of the movie.
    • Each item should have rounded corners.
  1. As a user, I want to be able to see the details of a movie so that I will know more about the movie.
  • Tasks:
    • It should show the poster of the movie.
    • It should show the title of the movie.
    • It should show the summary of the movie.
    • It should show the release date of the movie.

Libraries used:

  • Retrofit - to handle our network related features
  • Gson - parsing JSON objects from TMDb API
  • Recycler View - display list items
  • Card View - custom row of any list
  • Glide - image loading library

DEMO:

  1. Movie List Screen: Screenshot_20220427_144116

  2. Movie Detail Screen: Screenshot_20220427_144048

CONTACT:

Name: Charul Mathur
Email: charul.mathur04@gmail.com

About

This project displays the list of movies & details on the click of any movie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages