Android中的Volley框架是否适合上传图片和视频?
Is Volley framework in Android is suitable for uploading images and videos?
android 开发者 "Volley is not suitable for large download or streaming operations, since Volley holds all responses in memory during parsing." 说了,但是上传视频或图片怎么样?上传是否包含在他们所谓的 "streaming operations"?
中
请查看这篇文章:here
我觉得如果用retrofit会更好
每个项目都是独立的,应该单独对待。
android 开发者 "Volley is not suitable for large download or streaming operations, since Volley holds all responses in memory during parsing." 说了,但是上传视频或图片怎么样?上传是否包含在他们所谓的 "streaming operations"?
中请查看这篇文章:here
我觉得如果用retrofit会更好
每个项目都是独立的,应该单独对待。