Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glide加载显示纯黑有解决么!! #17

Open
AmoyJJ opened this issue Apr 17, 2018 · 3 comments
Open

Glide加载显示纯黑有解决么!! #17

AmoyJJ opened this issue Apr 17, 2018 · 3 comments

Comments

@AmoyJJ
Copy link

AmoyJJ commented Apr 17, 2018

No description provided.

@DingMouRen
Copy link
Owner

Glide需要这样加载:

Glide.with(this).load(url).asBitmap().into(new SimpleTarget() {
@OverRide
public void onResourceReady(Bitmap resource, GlideAnimation<? super Bitmap> glideAnimation) {

            if (resource != null){
                paletteImageView.setBitmap(resource);
            }
        }
    });

@Adam289
Copy link

Adam289 commented Aug 24, 2018

也是不行哦!

@xiaozhao0331
Copy link

我也发现了 不是必现的 但是几率很高 打开三次差不多就出现一次

lin18 added a commit to lin18/PaletteImageView that referenced this issue Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants