android - Volley vs Aquery vs Android 异步 HTTP

标签 android android-library android-volley

我想知道哪些库最好或更快。在我的应用程序中,我使用网络请求和图像缓存。我需要知道哪些图书馆是最好的。

最佳答案

我已经使用 Aquery 三个月了,这是一个很棒的库,我推荐你使用它,

https://github.com/androidquery/androidquery/releases/tag/0.26.8

https://code.google.com/p/android-query/wiki/AsyncAPI?tm=6

//load an image to an ImageView from network, cache image to file and memory

aq.id(R.id.image1).image("http://www.vikispot.com/z/images/vikispot/android-w.png");

关于android - Volley vs Aquery vs Android 异步 HTTP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19458505/

相关文章:

android - 物体对角与像素数的关系

安卓 : map : how to alert when Current Location is out of screen

android - Dalvik 正在寻找扩展名为 '.0' 的 .so 文件 - 为什么?

Android Volley 请求响应不按顺序

请求缓慢时的Android Volley双发

php - 如何使用 Volley Android Studio 将数组插入 MySQL

Android FacebookSDK 的 AppInviteDialog.canShow() 返回 false

android - 为什么我的服务停止了?

android - Android库项目中的数据封装

android - Proguard 忽略库的配置文件