基于Android的网络聊天软件的设计与实现.doc
文本预览下载声明
XXXX
本科生毕业设计(论文)
学院(系): XX
专 业: XX
学 生: XX
指导教师: XX
完成日期 年 月
XXX本科生毕业设计(论文)
基于Android的网络聊天软件的设计与实现
Design and Implementation of the Network Chatting Softwarebased on the Android
总 计:毕业设计(论文) 30页
表 格: 4个
图 片: 28个
XXX 业 设 计(论文)
基于Android的聊天软件的设计与实现Design and Implementation of the Network Chatting Softwarebased on the Android
学 院(系): XX
专 业: XX
学 生 姓 名: XX
学 号: XX
指导教师(职称): XX
评 阅 教 师: XX
完 成 日 期:
南阳理工学院
Nanyang Institute of Technology
基于Android的聊天网络软件的设计与实现
软件工程 XX
即时通信(Instant Messaging,IM)软件产生以来,这种通过网络与其它在线用户进行交流的方式,受到了个人公司以及行业的青睐。本文采用软件工程的管理和设计方法,对项目的需求进行了分析,完成了功能用例建模,使用Socket通信技术结合TCP/IP协议原理实现了基于Android操作系统的聊天软件各个模块的分析设计,提出了系统的体系结构和整体架构设计方案,并予以实现,取得了较好的使用价值。
Android;即时聊天;客户端/服务器模型;套接;
Design and Implementation of the Network Chatting Softwarebased on the Android
Software Engineering Major XX
Since the invention of instant messaging (IM), such style which online users communicate with others on the net, has become more and more welcomed by individual, company and software industry. This paper using the software engineering management and design methods to analyze the requirement of project, and implement the construction of function model. With the socket communication technology combined with the TCP/IP protocol finished all of the modules in chat software which runs in Android Operation. Propose and carry out the system architecture and overall architecture design, get a good value in use.
Android; Instant Messaging; IM; C/S; Socket;
目 录
1 绪论 1
1.1 项目背景 1
1.2 研究的目的和意义 1
1.3 国内外研究的现状 1
1.4 论文的主要内容和组织结构 2
1.5 本章小结 2
2 关键技术介绍 2
2.1 Android平台 2
2.1.1 Android特征 2
2.1.2 Android体系结构 3
2.2 TCP/IP协议 4
2.2.1 C/S模型 4
2.2.2 TCP协议 4
2.2.3 Android的MVC架构 5
2.3 多线程技术 6
2.4 运行环境 6
2.5 本章小结 7
3 需求分析 7
3.1 系统的整体分析 7
3.1.1 服务器端 8
3.1.2 客户端 8
3.2 可行性分析 9
3.3 本章小结 9
4 Android聊天软件系统设计 9
4.1 系统实现原理 10
显示全部