文章分类 -  网络 (Networking)

【开源】okhttp
摘要:okhttp项目地址:https://github.com/square/okhttp介绍:okhttp 是square公司开源的一个HTTP通信类。HttpClient和HttpURLConnection的替代品。运行效果:使用说明:OkHttp使用教程http://jcodecraeer.com... 阅读全文

posted @ 2015-04-29 10:01 wasdchenhao 阅读(341) 评论(0) 推荐(0)

【开源】Groundy
摘要:Groundy项目地址:https://github.com/casidiablo/groundy介绍:异步下载文件库,使用service开启线程下载并在界面中使用progressbar显示下载进度。其实GB之后DownloadManager已经很完善的实现了下载功能,但我觉得掌握类似于Ground... 阅读全文

posted @ 2015-03-31 12:22 wasdchenhao 阅读(159) 评论(0) 推荐(0)

【开源】android-async-http
摘要:android-async-http项目地址:https://github.com/loopj/android-async-http介绍:一个基于Httpclient的网络异步操作框架。数据请求被封装在一个回调形式的方法中。运行效果: 阅读全文

posted @ 2015-03-25 12:18 wasdchenhao 阅读(98) 评论(0) 推荐(0)

导航