Skip to content

Instantly share code, notes, and snippets.

@ahsan
Created April 20, 2017 07:45
Show Gist options
  • Save ahsan/19038b70f46008a3f3d10e8a1345b6e7 to your computer and use it in GitHub Desktop.
Save ahsan/19038b70f46008a3f3d10e8a1345b6e7 to your computer and use it in GitHub Desktop.
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.engine.DiskCacheStrategy;
import com.bumptech.glide.load.resource.drawable.GlideDrawable;
import com.bumptech.glide.request.animation.GlideAnimation;
import com.bumptech.glide.request.target.GlideDrawableImageViewTarget;
import com.squareup.okhttp.Call;
import com.squareup.okhttp.Callback;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.Request;
import com.squareup.okhttp.Response;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment