android – Glide v4中的占位符错误后退

android – Glide v4中的占位符错误后退,第1张

概述参见英文答案 > Glide-4.0.0 Missing placeholder, error, GlideApp and does not resolve its method placeholder,error                                    8个 我正在使用最新版本的Glide,现在滑行:4.0.0-RC1并且无法找到占位符,错误,回退e.t.c等方法. 参见英文答案 > Glide-4.0.0 Missing placeholder,error,GlideApp and does not resolve its method placeholder,error8个
我正在使用最新版本的GlIDe,现在滑行:4.0.0-RC1并且无法找到占位符,错误,回退e.t.c等方法.可能他们已经为它提供了备用,但我没有得到它.有人知道这个版本中有替代品吗?解决方法 试试这个
Requestoptions requestoptions = new Requestoptions();requestoptions.placeholder(R.mipmap.ic_launcher);requestoptions.error(R.drawable.error_img);GlIDe.with(this)                .setDefaultRequestoptions(requestoptions)                .load("")                .into(imageVIEwPlaceholder);
总结

以上是内存溢出为你收集整理的android – Glide v4中的占位符/错误/后退全部内容,希望文章能够帮你解决android – Glide v4中的占位符/错误/后退所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1131175.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存