TMDB Android app is a popular movies catalog where you can find different movies with different popularity around the world.
- On the main screen there is an infinite scrolling feature with Paging3 that displays popular movies list.
- When the movie item is clicked, user then is navigated to the details screen, where more details and similar movies list are displayed.
- Android 7.0 and later
- Your own TMDB API Key
Add TMDB_API_KEY=your api key inside your local.properties file
- 100% Kotlin
- MVVM + Clean Architecture
- Jetpack Compose
- Compose Navigation
- Material3
- Paging3
- Dagger Hilt
- Kotlin Coroutines
- Kotlin Flow
- Retrofit
- Chucker
- Coil
- Android JUnit
- Mockito