Build an Android App displaying a list of items and their detail when clicking on it.
- Android, Kotlin
- The Movie Database
- Retrofit HTTP Client
- ROOM
- OkHttp - Interceptor
- Coil - Loading images, caching
- Paging
Model-View-ViewModel (MVVM)
Movies: Discover movies Movie details: Title, genres, rating, overview, date, runtime, language, videos, and cast
- Basic knowledge about Android Studio
- Sign up and retrieve a API key from The Movie Database API
- Download and open the project in Android Studio
- Edit the file local.properties and add the line: API_KEY="YOUR_KEY"
- Connect your Android phone or use the emulator to start the application
- Alternatively, you can download the build artifact from github actions.