TMDB Movie App is a small project built in Kotlin using MVVM architecture. The app allows users to explore now playing and upcoming movies, and see their details.
- View a list of now playing and upcoming movies
- View the details of a specific movie, including title, description, and release date
- View images of the movie, such as posters and backdrops
- AndroidX - A set of Android libraries that provides backwards compatibility and other features for modern Android apps.
- Dagger & Hilt - A dependency injection library that simplifies the process of managing dependencies in an Android app.
- Retrofit2 - A type-safe HTTP client for Android that simplifies the process of making API calls.
- Glide - A library for loading and caching images in Android apps.
- Android SDK 21 or later
- Android Studio 3.5 or later
- Kotlin 1.3.50 or later
- Clone the repository.
- Open the project in Android Studio.
- Build and run the app in the Android emulator or on a physical device.
This app uses the following third-party libraries:
This project is licensed under the MIT License. See the LICENSE file for details.