💫 Powered by TheMovieDb built with Jetpack Compose.
In order to use MovieDB:
- You need to get API KEY from TMDb. You can do that by clicking here.
- Once you obtain key, add your key into local.properties
MOVIE_API_KEY = "xxx"
- Use JDK 11 to build this project.
- Kotlin
- Ktor Client
- Dagger Hilt
- Coroutines Flow
- Splash Screen API
- Jetpack
- Accompanist
- Coil
- Landscapist
- Model-View-ViewModel(MVVM) pattern helps to completely separate the business and presentation logic from the UI
- Testing in Jetpack Compose