ScrollGalleryView
ScrollGalleryView copied to clipboard
Changing of Placeholder image
Hi there, I have checked the repo now, but have not found a way to set the placeholder image easily yet. Is this possible somehow or not yet?
@RobTS Hi! Do you want to set up single placeholder image for all medias in gallery or you want to have placeholder per image?
@VEINHORN The former would be good enough for me
Any plans to change this anytime soon?
@VEINHORN @RobTS With respect to this, I think the core library should stay as it is, and the different image loaders should allow clients to set a place holder image if they want. For example, the defauly image loader would not need a place holder because it loads a bitmap directly, bit other image loaders like Glide and Fresco that can load from a url would need a place holder, so its the job of the image loader to allow for placeholders.