Skip to content

Instantly share code, notes, and snippets.

View shenghaiyang's full-sized avatar
🦀
oooooooh!

shenghaiyang shenghaiyang

🦀
oooooooh!
View GitHub Profile
@shenghaiyang
shenghaiyang / ApplicationIconDecoder.java
Created September 30, 2018 09:28 — forked from csshuai/ApplicationIconDecoder.java
Use glide 4 to load apk file icon
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.support.annotation.Nullable;
import com.bumptech.glide.load.Options;
import com.bumptech.glide.load.ResourceDecoder;
import com.bumptech.glide.load.engine.Resource;
import com.bumptech.glide.load.resource.drawable.DrawableResource;
import com.bumptech.glide.util.Util;