You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Julien THEME a95ca4f5de
add rate of movie serie
2 years ago
.idea add project structure 2 years ago
Cineapp add rate of movie serie 2 years ago
.gitignore add project structure 2 years ago
README.md add rate of movie serie 2 years ago

README.md

CineApp

CineApp is an Android application project dedicated to movie lovers. It allows users to view information about recent and popular movies, add them to their favourites list and rate them.

Features

  • View list of popular and recent movies/series
  • Add movies/series to favorites list
  • Rating of movies/series
  • View detailed information about movies/series (synopsis, release date, etc.)

Dependencies

To use this project, you will need the following dependencies:

  • AndroidX
  • Retrofit2 for API calls
  • Glide for loading images

Installation

To install this project on your computer, you will need :

Android Studio An emulator or a connected Android device Open Android Studio and click on "Open an existing project". Select the project directory. Wait for the dependencies to be downloaded and installed. Run the project by pressing the "Run" button or by using the keyboard shortcut "Shift + F10".

API used

The application uses The Movie Database (TMDb) API to get information about movies. You can register for a free API key on the TMDb website.