Movie App is an Android application that lists movies from the OMDB API, allows you to perform movie searches, and displays movie details. The app is built following Modern Android Development (Clean Architecture Flow Compose) principles.
- View a list of movies from the OMDB API
- Perform movie searches
- View movie details
- Utilizes Clean Architecture principles
- Asynchronous data processing using Flow
- Create the user interface using Jetpack Compose
Kotlin Jetpack Compose Hilt Dependency Injection Kotlin Flow Clean Architecture Retrofit
To run the application in your local development environment, follow these steps:
- Open the
local.properties
file in the project directory and add theOMDB_API_KEY
property. You can set your API key like this:
OMDB_API_KEY=YOUR_API_KEY