Skip to content

Instantly share code, notes, and snippets.

@ch8n
Last active September 22, 2020 04:35
Show Gist options
  • Save ch8n/d02e4aa53410e8ff62e6f233bc08d17a to your computer and use it in GitHub Desktop.
Save ch8n/d02e4aa53410e8ff62e6f233bc08d17a to your computer and use it in GitHub Desktop.
for medium article
class ApiManager(private val retrofit : Retrofit) {
val movieService : MovieService by lazy {
retrofit.create(MovieService::class.java)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment