Skip to content

Instantly share code, notes, and snippets.

View 00mikhael's full-sized avatar
:octocat:
Focusing

M 00mikhael

:octocat:
Focusing
View GitHub Profile
@00mikhael
00mikhael / ApiClient.java
Created July 8, 2017 19:01
To create dynamic query parameters with retrofit2
package com.example.gravity.devxplore.network;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by gravity on 7/2/17.
*/
public class ApiClient {
******ApiClient.java*******
package com.example.gravity.devxplore.network;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by gravity on 7/2/17.
*/