Skip to content

Instantly share code, notes, and snippets.

View iamriajul's full-sized avatar
🏠
Working from home

Riajul Islam iamriajul

🏠
Working from home
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;