Skip to content

Instantly share code, notes, and snippets.

@pallavahooja
pallavahooja / APIHelper.java
Last active November 9, 2020 16:48
Retrofit Retry
package app.goplus.in.v2.network;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
/**
* Created by pallavahooja on 16/05/16.
*/
public class APIHelper {