Skip to content

Instantly share code, notes, and snippets.

View darko1002001's full-sized avatar

Darko Grozdanovski darko1002001

View GitHub Profile
GCBaseRequest request = GCChutes.all(GCAccount.getInstance(getApplicationContext()));
sync
try {
request.execute();
ArrayList<GCChuteModel> list = (ArrayList<GCChuteModel>) request.getParser()
.getParsedData();
} catch (GCApiException e1) {
Log.w(TAG, "", e1);
}