Cinema Mon Amour

The Cinema Mon Amour mobile application was created at college as an exercise in the Mobile Application Programming course.

The application is designed for tracking movies so users can keep track of their favorite films.

In the application, you can:

  1. View a list of movies
  2. Access movie details (release date, IMDb rating, and description)
  3. Add movies to favorites with personalized ratings
  4. View favorite movies
  5. Remove movies from favorites

The project was developed in Android Studio, using Java as the programming language. Knowledge of various Android development aspects was applied, including activities, adapters, fragments, listeners, model creation, and network communication.

The local Room database was chosen for storing data, and Retrofit was used to retrieve movie data from TMDb API.

GitHub