Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 771 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 771 Bytes

MVVM architecture

This is an application for sample with MVVM Architecture, Retrofit, Coroutines, Hilt, Kotlin, and Room. To test this project, you can need apikey in https://api.themoviedb.org. Enter the apikey variable in the "local.properties" file For example: DEBUG_API_KEY=XXXXXXXXXX

DEBUG_HOST_API="https://api.themoviedb.org/3/"
HOST_IMAGE="https://image.tmdb.org/t/p/w500/"
DEBUG_API_KEY="Here your api key"
RELEASE_HOST_API="https://api.themoviedb.org/3/"
RELEASE_API_KEY="Here your api key"

Developed by: Christian F. Sasig, email: christiansasig@gmail.com