Skip to content

equinox-jj/PlanetMovie

Repository files navigation

PlanetMovie

PlanetMovie is a Movie and Tv Series Catalog android apps. This application can find a Popular Movie or Tv Series, what currently playing On Cinema or currently playing on Tv, Save Movie or Tv Series to Favorite, and Search some Movie or Tv Series. this apps is written in Kotlin using MVVM(Model-View-ViewModel) Architecture, Kotlin Coroutines to Perform Asynchronous Operation, Retrofit to Communicate with REST API, Android Jetpack Library such as Room, LiveData, Hilt, Navigation Component, DataStore.

Preview Apps:

Image Apps

Dependencies:

Project Setup:

You need a Movie TMDB API KEY to make the project work. And then put your API_KEY in util/Constant.kt

const val API_KEY = "[ PUT YOUR API KEY HERE ]"

Download APK: