您的位置:首页 > 理论基础 > 计算机网络

Android网络通信框架

2016-04-06 14:48 246 查看
Android网络通讯架构有很多third party lib. 可参看如下:

1. Android网络通信开发使用的常见第三方框架汇总
    http://blog.csdn.net/liuhaomatou/article/details/44857005
2. Google Volley
       Transmitting Network Data Using Volley

       http://developer.android.com/intl/zh-cn/training/volley/index.html

      Android 网络通信框架Volley简介(Google IO 2013)

      http://blog.csdn.net/t12x3456/article/details/9221611
其他GitHub相关
1. GitHub Android Libraries Top 100 简介

        https://github.com/Freelander/Android_Data/blob/master/Android-Librarys-Top-100.md?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
2. GitHub 优秀的 Android 开源项目

       http://blog.csdn.net/shulianghan/article/details/18046021

3 常用github项目类库

        http://www.csdn123.com/html/topnews201408/14/2714.htm
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android 网络 框架