We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,现在有一个图片的url,这个url里面的图片是加密的,直接访问图片是会加载失败的,而且本地sd卡只能保存加密前的文件,解密后的文件不能保存在内存卡中,但是看了一下,该库只能接收URI的方式来请求图片,请问这种需求怎么来自定义加载器,
The text was updated successfully, but these errors were encountered:
实现 ImageLoader 子类,下载解密后,把解密的文件回调出去。
Sorry, something went wrong.
@Piasy 你好,图片什么情况会出现无法双击放大的问题呢, 测试使用FrescoLoaderActivity 加载 http://pic.netbian.com/uploads/allimg/200817/214244-1597671764874d.jpg 的图片,双击无法放大。
No branches or pull requests
你好,现在有一个图片的url,这个url里面的图片是加密的,直接访问图片是会加载失败的,而且本地sd卡只能保存加密前的文件,解密后的文件不能保存在内存卡中,但是看了一下,该库只能接收URI的方式来请求图片,请问这种需求怎么来自定义加载器,
The text was updated successfully, but these errors were encountered: