Skip to content

Instantly share code, notes, and snippets.

@SalaSuresh
SalaSuresh / ApiClient.kt
Created October 30, 2017 09:10
Android RecyclerView Example with Retrofit library using Kotlin.
package com.suresh.retrofitdemo
import retrofit2.Retrofit
import retrofit2.converter.gson.GsonConverterFactory
/**
* Created by Dumadu on 26-Oct-17.
*/
public class ApiClient {
public var BASE_URL: String = "https://next.json-generator.com/api/json/get/"