Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 570 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 570 Bytes

Demo Movie App

Simple demo app using Retrofit & Kotlin Coroutine

In this app using :

  • Retrofit + OkHttp
  • Coil Image Loader
  • Kotlin Coroutine
  • Gradle Kotlin DSL
  • MVVM Pattern
  • Koin
  • Shimmer

How to Compile?

  • You need to get api key from themoviedb.org, and go to developer page for complete docs
  • Once you get the api key, then create file named credential.properties on rootDir project
  • Put your api key in credential.properties like : api_key=xxxxxxxxxxxxxxxx
  • And done :)