A simple Android app about a movie app with data gotten from The Movie DB. It was made with Jetpack Compose, and it uses Koin as Dependency Injection for providing all class dependencies in each module in the app. Also, the app uses asynchronous flow to link the ViewModel with UI request operations to the movie API. Also, this project is organized with a clean architecture that can help you organize your project.
![]() |
![]() |
![]() |
![]() |
|---|
The following is a list of the tools and libraries that it were used in this app.
If you clone this project you may have to create a User in The Movie DB and you should will request a API KEY and save it in your local file gradle.properties and you must also create a buildConfigField property in your build.gradle in your app module and access it programmatically by calling BuildConfig.name_that_you_put, for more information read Gradle tips and recipes




