Skip to content

This repository contains a detailed sample app that implements MVVM architecture using modular architecture, Hilt, Room, Coroutines, Retrofit, Flows, Jetpack Compose

Notifications You must be signed in to change notification settings

christiansasig/movies

Repository files navigation

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

About

This repository contains a detailed sample app that implements MVVM architecture using modular architecture, Hilt, Room, Coroutines, Retrofit, Flows, Jetpack Compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages