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不能下载图片,Picasso可以 #35

Open
aylgyfqc opened this issue Nov 20, 2017 · 3 comments
Open

使用Glide不能下载图片,Picasso可以 #35

aylgyfqc opened this issue Nov 20, 2017 · 3 comments

Comments

@aylgyfqc
Copy link

// Picasso.with(context)
// .load(o.getUrl())
// .placeholder(R.mipmap.default_no_order)
// .into(imageView);

            GlideApp.with(context)
                    .load(o.getUrl())
                    .transition(new DrawableTransitionOptions().dontTransition())
                    .apply(getRequestOptions())
                    .into(imageView);
@ljackChen001
Copy link

解决了吗?我glide也是显示不出来

@jwzywanasnli
Copy link

这么多用Glide加载不出来的。。。。

@downtail
Copy link

downtail commented Apr 2, 2018

所以,这个还没解决吗

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