ZGallery
ZGallery copied to clipboard
How to add support for loading local images with URIs from glide
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