I have a recyclerView where I need to list emojis from URL and for this, I have implemented a Glide mechanism to get a bitmap from URL and then ImageSpan to load it in TextView.
There is some white space for the first time but once it loaded everything works perfectly. To overcome this issue, I need to store ImageSpan to somewhere so that Image loading time can be minimized.