Movie Explorer is an Android app that allows users to discover information about movies using the TMDB API. The app is built using the latest Android technologies, including Jetpack Compose, Hilt for dependency injection, MVVM architecture, and Room database for local data storage.
- Jetpack Compose: Modern Android UI toolkit for building native UIs.
- Hilt: Dependency injection library for Android, making it easy to manage app dependencies.
- MVVM Architecture: Clean architecture pattern for separating concerns and making the app more modular.
- Room Database: Local database for caching and managing data locally.
- TMDB API Integration: Utilizes the TMDB API to fetch movie information.
- Searching Functionality: Allows users to search for movies based on various criteria.
- Watchlist Functionality: Users can add movies to their watchlist for future reference.
- Compose Destination: A navigation library for android
- Android Studio
- TMDB API Key (Get it from TMDB)
-
Clone the repository:
git clone https://github.com/Shahrukh12345/TheMovieApp.git