ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

Changing of Placeholder image

Open RobTS opened this issue 6 years ago • 4 comments

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 avatar Feb 19 '19 12:02 RobTS

@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 avatar Feb 19 '19 14:02 VEINHORN

@VEINHORN The former would be good enough for me

RobTS avatar Feb 23 '19 10:02 RobTS

Any plans to change this anytime soon?

RobTS avatar Jul 22 '19 09:07 RobTS

@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.

Oziomajnr avatar Jul 29 '19 16:07 Oziomajnr