volley icon indicating copy to clipboard operation
volley copied to clipboard

请问这个项目和Google推出的Volley有什么区别?

Open imyyq-star opened this issue 10 years ago • 3 comments

请问这个项目和Google推出的Volley有什么区别?能详细说明一下吗?最好能在Readme中声明,多谢

imyyq-star avatar Jun 03 '15 07:06 imyyq-star

同上,我还以为是官方的镜像呢

zhaoweiguo avatar Jun 13 '16 09:06 zhaoweiguo

readme里面写的全是区别啊。。。 也不能说是区别,是扩展。Volley整合了核心,但是使用起来不方便,很多功能都没有,比如文件下载,上传,本地资源图片加载。另外对内存和缓存,针对项目使用中碰到的问题,也做了一些优化,比如volley加载bitmap,容易oom,比如volley的磁盘缓存,初始化非常慢等等

bacy avatar Jul 06 '16 06:07 bacy

@bacy 请问是如何优化加载bitmap是容易oom的问题的?因为我看ImageRequest里面是byte[] data = response.data;还是将图片都加载到内存里面了啊,只靠catch (OutOfMemoryError e) 不是和原版的volley一样吗?

panmin avatar Dec 30 '16 08:12 panmin