Skip to content
New issue

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

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

Open
imyyq-star opened this issue Jun 3, 2015 · 3 comments
Open

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

imyyq-star opened this issue Jun 3, 2015 · 3 comments

Comments

@imyyq-star
Copy link

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

@zhaoweiguo
Copy link

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

@bacy
Copy link
Owner

bacy commented Jul 6, 2016

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

@panmin
Copy link

panmin commented Dec 30, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants