Skip to content

Instantly share code, notes, and snippets.

View amir-dropit's full-sized avatar
:fishsticks:

Amir Attar amir-dropit

:fishsticks:
  • Dropit Shopping
View GitHub Profile
@amir-dropit
amir-dropit / A-Kotlin-Delegates.md
Last active December 1, 2021 14:31
Kotlin delegates examples

Some Kotlin delegates examples

  • property delegates and class delegates
package io.roisagiv.github.weighttracker.api
import okhttp3.OkHttpClient
import okhttp3.logging.HttpLoggingInterceptor
import retrofit2.Response
import retrofit2.Retrofit
import retrofit2.converter.gson.GsonConverterFactory
import retrofit2.create
import retrofit2.http.Body
import retrofit2.http.GET