Fresco-Source-Analysis icon indicating copy to clipboard operation
Fresco-Source-Analysis copied to clipboard

中文的Fresco源码解读

Results 9 Fresco-Source-Analysis issues
Sort by recently updated
recently updated
newest added

非常感谢你得文章,它对我理解 Fresco 的代码得帮助非常大,但在阅读过程中我发现不少图片都失效了。

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

请问如何在不清除缓存的情况下,强制直接从网络加载图片呢

I use the code to get a `AnimatedDrawable` ``` java if (image instanceof CloseableAnimatedImage) { AnimatedImageResult img = ((CloseableAnimatedImage) image).getImageResult(); AnimatedDrawableFactory animatedDrawableFactory = Fresco.getImagePipelineFactory().getAnimatedDrawableFactory(); if (animatedDrawableFactory != null) { AnimatedDrawableOptions...

你好,当我用Fresco的时候采用setController去设置图片,而BaseControllerListener中的onIntermediateImageSet()方法是图片请求成功,控件上面已经显示了图片,现在我想把控件的内容拿到自己对图片内容做处理该如何做呢,采用draweeController.getHierarchy() .getTopLevelDrawable();可以吗?谢谢!

你好,最近我也在看Fresco的东西,有一个地方一直没想通,想请教一下:Fresco为什么要将未解码的数据放到内存缓存中,而不是全部放到磁盘数据里,EncodedMemoryCache的作用到底是什么呢?

可以重新设置下图片链接吗