FrescoImageView icon indicating copy to clipboard operation
FrescoImageView copied to clipboard

FrescoImageView是一种Android平台的图像控件,可以异步加载网络图片、项目资源和本地图片,并且支持双指缩放、图片的基本处理以及Fresco的所有特性。

Results 2 FrescoImageView issues
Sort by recently updated
recently updated
newest added

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

请问一下,我在小米手机中加载url地址的图片,没有加载成功,一直显示默认的图片。路径能用浏览器打开,图片显示正常。同样的代码运行在华为手机上又能正常加载。不知道什么原因。 zoomImageView.loadView(pngBean.getPath(), R.mipmap.ic_launcher);