GlidePalette icon indicating copy to clipboard operation
GlidePalette copied to clipboard

Android Lollipop Palette is now easy to use with Glide

Results 6 GlidePalette issues
Sort by recently updated
recently updated
newest added

Now that jcenter has reached it's end of life, will you be migrating this library over to MavenCentral?

Both of the followinf calls are not working. Second intoCallback is never executed. ``` GlidePalette.with(paletteString) .use(GlidePalette.Profile.MUTED) .intoBackground(layout); GlidePalette.with(paletteString) .use(GlidePalette.Profile.MUTED) .intoCallBack( palette -> { int bgColor = getBackgroundColor(palette); if (bgColor !=...

I have issue with your demo: And i have set this link public static final String URL = "https://www.aussiespecialist.com/content/asp/en_gb/sales-resources/image-and-video-galleries/jcr:content/mainParsys/hero/image.adapt.1663.medium.jpg";

When I use gilde, i always use a placeholder image resouce. So gilde will set the placeholder into the target imageview at first. When glide load image failed, the target...

Is this called even when generating a palette fails? Basically, can I count on this being called every time I load an image?