I wish to show Images in TextView. My Images are saved in res/raw directory. I tried using HTML.ImageGetter but could not find a complete reference for same.
u can use this: setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom)
follow this example u can do the same for textview