Movies App is an application designed to list popular movies, view their details, and add them to favorites.
The project is developed using the MVVM (Model-View-ViewModel) architecture to ensure proper separation of concerns and maintainability.
The following dependencies are used in this project:
activity
: 1.9.0agp
: 8.3.2appcompat
: 1.6.1constraintlayout
: 2.1.4coreKtx
: 1.13.1glide
: 4.16.0koin
: 3.5.3kotlin
: 1.9.22material
: 1.12.0navigation
: 2.7.7okhttp
: 4.12.0retrofit
: 2.9.0gson
: 2.11.0room
: 2.6.1