DaggerMvvmTry

My trial assignment to intern at Kioser.com

|

Using :

  • Kotlin
  • Mvvm
  • Retrofit 2
  • Dagger 2
  • Navigation Component
  • Coroutines
  • Picasso

Clone

https://github.com/azwarbahar07/DaggerMvvmTry.git
Open the App.kt class

if there is an error like this:

Open Build on the tab menu> select Rebuild Project

Set API KEY

To get the KEY API visit The Movie Database (TMDb)

then open the Const.kt class and modify it with your API KEY

const val API_KEY = "your_api_key"