Skip to content

Instantly share code, notes, and snippets.

View ibrahim-mrq's full-sized avatar
💭
Android Developer

Ibrahim_Mrq ibrahim-mrq

💭
Android Developer
View GitHub Profile
@tylerjroach
tylerjroach / Retrofit2Client.java
Created September 28, 2016 17:23
Retrofit Singleton Example
package com.tylerjroach.example.retrofit2;
import com.tylerjroach.example.BuildConfig;
import com.tylerjroach.example.util.Constants;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit.RestAdapter;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;