框架

标签: 框架

六款值得推荐的android(安卓)开源框架简介

*1、volley  *项目地址 https://github.com/smanikandan14/Volley-demo  (1)  JSON,图像等的异步下载;  (2)  网络请求的排序(scheduling)  (3)  网络请求的优先级处理  (4)  缓存  (5)  多级别取消请求  (6)  和Activity和生命周期的联动(Activity结束时同时取消所有网络请求) *2、android-async-http   *项目地址:https://github.com/loopj/android-async-http 文档介绍:http://loopj.com/android-async-http/   (1) 在匿名回调中处理请求结果  (2) 在UI线程外进行http请求  (3) 文件断点上传  (4) 智能重试  (5) 默认gzip压缩  (6) 支持解析成Json格式  (7) 可将Cookies持久化到SharedPreferences

阅读全文...