Babish
Results
2
comments of
Babish
I think override and loading the image with Picasso or Glide is the way to go. The given ImageMessageViewHolder's onBind method expect to retrieve a url from the message to...
@pingpingsim Instead of using the given class in the library, create your own class that extend from the library class Create your own ImageLoader class that implement ImageLoader, for example...