Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ezralazuardy/muvi

Repository files navigation

License

Muvi

A movie catalogue Android app using TMDB API. Built with MVVM architecture pattern, and Repository + Singleton design pattern. Written in Kotlin.

Library used:

Please add your TMDB API key in gradle.properties. If you don't have the key, create it at TMDB API. Example:

TMDB_API_KEY="your-api-key-here"