Skip to content

Instantly share code, notes, and snippets.

View coole123's full-sized avatar

Eshaan coole123

  • room 566,SKIT boys Hostel,Jaipur,Rajasthan,india
View GitHub Profile
@coole123
coole123 / ApiClient.kt
Created October 10, 2020 05:01 — forked from SalaSuresh/ApiClient.kt
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/"