Skip to content

Instantly share code, notes, and snippets.

View mdumrauf's full-sized avatar

Matías Dumrauf mdumrauf

  • Buenos Aires, Argentina
View GitHub Profile
@mdumrauf
mdumrauf / MapsDownloadService.java
Last active September 21, 2021 12:21
Download + Unzip example in Android
package zzz.yyy.xxx.network.service;
import org.json.JSONObject;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.GET;
public interface MapsDownloadService {