找回密码
 立即注册
Theserver实现聊天 | android开发 2022-11-07 47 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Java编写实现的Android聊天工具,即时聊天使用——YQAndroid,仿QQ的功能,实现网络即时聊天。分为客户端和服务端,客户端和服务器端坚持通信的线程,不断地读取服务器发来的数据。服务端要简单些,只实现功能方面的,没有对界面美化,客户端则相对杂乱些,把从服务器取得的消息通过播送发送,更新在线老友,包括了资源文件。源代码中都添加了注释,对理解实现原理有帮助。本资料共包括以下附件:

(The Android chat tool written and implemented in Java uses YQAndroid, a QQ like function, to realize online instant chat. It is divided into client and server. The client and server adhere to the thread of communication and constantly read the data sent by the server. The server should be simpler, only in terms of functions, without beautifying the interface, while the client is relatively messy, sending messages from the server by broadcasting, and updating online friends, including resource files. Comments have been added to the source code, which is helpful for understanding the implementation principle. This document includes the following annexes:)

[下载]12001366735.rar




上一篇:Android动态桌面LiveWallpaper源代码
下一篇:Android版植物大战僵尸源码+设计文档