Skip to content

Instantly share code, notes, and snippets.

View jitendra3109's full-sized avatar
🔥
Focusing

jsingh jitendra3109

🔥
Focusing
View GitHub Profile
@jitendra3109
jitendra3109 / GitHubClient.java
Last active February 14, 2018 15:05
Retrofit — Getting Started and Creating an Android Client
package com.example.jsroyal.githubrepo;
import java.util.List;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.http.GET;
import retrofit2.http.Path;
/**