Android - 在Picasso或Glide中下载百分比

时间:2015-11-13 14:09:18

标签: android picasso android-glide

我使用毕加索库为我的壁纸应用程序 我想在Textview中显示加载图像的百分比。

我怎样才能在毕加索或滑翔库中做到这一点?

由于

1 个答案:

答案 0 :(得分:3)

看起来这些库都没有开箱即用的功能。但是,您可以提供自己的实现。

使用Square的OkHttp使用Glide执行此操作的一种方法是在this示例中实现5.10.124.142

这不是你的任务的答案,但如果你不仅限于毕加索或格莱德,Android Universal Image Loader只有com.squareup.okhttp.ResponseBody