MovKu
An application that displays a list of popular movies and detail
Concepts
Tech Stack
- Kotlin -A modern programming language that makes developers happier
- Coroutines - A concurrency design pattern library
- Hilt - Dependency Injection framework
- View Binding - View Binding
- Retrofit - HTTP client
- Glide - Loading images
- Gson - JSON library
- Room - Local database android
- Material Components - Material Design
API Reference
This app consume TMDP API
GET /movie/popular
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
Get item
GET /movie/{id}
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
id |
string |
Required. Id of item to fetch |