Android (Java) 网络编程资源

2022-01-19 00:00:00 network-programming 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

相关文章