ZGallery icon indicating copy to clipboard operation
ZGallery copied to clipboard

How to add support for loading local images with URIs from glide

Open iamdeadman opened this issue 6 years ago • 0 comments

Hi,

I was looking to load an arraylist of uris with glide but found that in the source file HorizontalListAdapters

Glide.with(this.activity).load((String)this.images.get(position)).into(holder.image);

The items seem to be stringified here, which is why my Uris are not loading.

How can we add support for this

iamdeadman avatar Aug 26 '18 18:08 iamdeadman