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.
29 lines
1.1 KiB
29 lines
1.1 KiB
# 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
|
|
1. Open Android Studio and click on "Open an existing project".
|
|
2. Select the project directory.
|
|
3. Wait for the dependencies to be downloaded and installed.
|
|
4. 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.
|