
Volley
iteye_19128
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Volley https support
支持自己的证书http://blog.applegrew.com/2015/04/using-pinned-self-signed-ssl-certificate-with-android-volley/http://www.codeproject.com/Articles/826045/Android-security-Implementation-of-Self-signed-SS...2015-08-18 17:32:25 · 200 阅读 · 0 评论 -
Android 网络通信框架Volley (Google IO 2013)
Android 网络通信框架Volley简介http://blog.youkuaiyun.com/t12x3456/article/details/9221611 [译]Google I/O 2013:Volley 图片缓存教程http://www.inferjay.com/blog/2013/08/03/google-i-o-2013-volley-image-cache-tutorial...原创 2013-10-22 15:23:45 · 189 阅读 · 0 评论 -
打包开源库 - Android网络通信库Volley
安装git环境下载Volley源码 $ git clone https://android.googlesource.com/platform/frameworks/volley build jar包 在Volley根目录下执行$ ant jar ant自动打包 http://blog.youkuaiyun.com/ms03001620/article/deta...原创 2013-10-25 16:33:50 · 127 阅读 · 0 评论 -
Volley POST/GET parameters
For the GET parameters there are two alternatives:First: You can just use String and replace the parameters placeholders with their values like: String uri = String.format("http://somesite...原创 2013-11-04 22:44:00 · 164 阅读 · 0 评论 -
App微博接入
文档http://open.weibo.com/wiki/%E7%A7%BB%E5%8A%A8%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%8E%A5%E5%85%A5 异常新浪微博请求数据出错(Android Volley Https证书不信任)的解决方案...原创 2013-11-05 12:56:10 · 193 阅读 · 0 评论