Skip to content

A demo of TMDB movie & TV shows catalog app 🎥️

License

Notifications You must be signed in to change notification settings

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"