找回密码
 立即注册
安卓源码AndroidSocket | android开发 2022-05-10 132 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android应用源码安卓与PC的Socket通信项目C#版+Java版全例子源代码
源码简介:
本项目源码是安卓客户端与VS2010写的C#服务端进行Socket通信的项目源码,项目包括安卓客户端源码和服务端C#源码,服务端源码使用 Visual Studio 2010开发,安卓客户端代码量很少,注释写的也比较妥当。测试了一下完美通信,本项目是学习PC客户端与Android服务端的Socket同步通信的很好的案例。
涉及模块&技术
Socket
c#服务端



(Android application source code full example source code of socket communication project c# version + java version between Android and PC.
Source code introduction:
The source code of this project is the source code of socket communication between Android client and c# server written by VS2010. The project includes Android client source code and server c# source code. The server source code is developed by visual studio 2010. The amount of Android client code is small, and the notes are written properly. Tested the perfect communication. This project is a good case to learn the synchronous communication between PC client and Android server socket.
Module & technology involved
Socket
C# server)

[下载]11104081042.rar


111039gwin8d5cyffmfp8f.jpg


上一篇:Android系统访问串口设备源码
下一篇:Android应用源码安卓与PC的Socket通信项目java版