The Movie DB is a database for movies and TV shows. You can find upcoming, top rated & popular movies on the home screen, search by name and display summary/related movies etc. on the details screen.
- 100% Kotlin.
- Minimum SDK level 21.
- Hilt for dependency injection.
- Coroutines - perform background operations.
- Architecture
- MVI Architecture
- Clean Architecture
- Single Activity Architecture
- JetPack
- Navigation - in-app navigation.
- ViewBinding - null safe view access.
- ViewModel - UI related data holder, lifecycle aware.
- Lifecycle - dispose of observing data when lifecycle state changes.
- Testing
- Mockito - Unit Tests
- Espresso & Barista - UI Tests
- Material Components - design components and styles.
- Retrofit2 & OkHttp3 - construct the REST APIs.
- Picasso - loading images.
- Android Studio ver. 4.2.1
- Java ver. 11