Android (Java) network programming resources(Android (Java) 网络编程资源)
问题描述
我想为 Android 开发一个应用程序,通过 TCP 连接传输数据.
I would like to develop an application for Android which would transfer data through TCP connection.
有没有人知道可以找到客户端-服务器连接示例的任何好的示例或书籍?
Does anyone know for any good example or book where client-server connection example could be found?
我对 Java 和 Android 还很陌生,所以我非常感谢任何建议.
I'm quite new with Java and Android so I would be very thankful for any suggestion.
推荐答案
很难相信这个问题已经4年多没有回答了.如果有人仍然需要网络示例,Android 培训提供了对该主题的合理介绍.http://developer.android.com/training/basics/network-ops/index.html
It's hard to believe that this question has not been answered for more than 4 years. If somebody still needs networking examples, Android Training provides reasonable introduction to the topic. http://developer.android.com/training/basics/network-ops/index.html
这篇关于Android (Java) 网络编程资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android (Java) 网络编程资源
基础教程推荐
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
- Struts2 URL 无法访问 2022-01-01
