gpt4 book ai didi

android - android developer "mplaceholder"中的 "Processing Bitmaps Off the UI Thread"指的是什么?

转载 作者:太空狗 更新时间:2023-10-29 14:13:38 25 4
gpt4 key购买 nike

我正在使用位图并尝试遵循 android 开发者网站中提供的指南。我已经详细执行了所有步骤,但是我坚持使用以下方法传递的参数。

    public void loadBitmap(int resId, ImageView imageView) {
if (cancelPotentialWork(resId, imageView)) {
final BitmapWorkerTask task = new BitmapWorkerTask(imageView);
final AsyncDrawable asyncDrawable =
new AsyncDrawable(getResources(), **mPlaceHolderBitmap**, task);
imageView.setImageDrawable(asyncDrawable);
task.execute(resId);
}
}

here是我正在关注的链接。我正在从 sqlite 数据库存储和检索图像,但这不是问题。

最佳答案

@murli...

它代表您自己的位图,在加载实际图像时用作占位符。您可以下载示例并查看完整代码

2) http://rathishblog.blogspot.in/2012/06/days-of-fragrance-memory-image.html

如果您发现任何问题,请告诉我

谢谢

关于android - android developer "mplaceholder"中的 "Processing Bitmaps Off the UI Thread"指的是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24628945/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com