Skip to content

Instantly share code, notes, and snippets.

View iamriajul's full-sized avatar
🚀
On a mission to safeguard millions of people from online harm.

Riajul Islam iamriajul

🚀
On a mission to safeguard millions of people from online harm.
View GitHub Profile
@yrajabi
yrajabi / GlideImageGetter.java
Last active May 12, 2022 18:11
Custom Html.ImageGetter to load images in TextView HTML tags using Glide
/*
* Copyright (c) 2020. Yaser Rajabi https://github.com/yrajabi
* Based on code by https://github.com/ddekanski
*/
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.text.Html;