/MovKu

Android Clean Architechture with MVVM, LiveData, Coroutine, Dagger Hilt, Room, DataStore

Primary LanguageKotlin

MovKu

An application that displays a list of popular movies and detail

Concepts

The Clean Architecture

The Clean Architecture

Tech Stack

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

Authors