基于android平台的聊天软件设计与实现 大学论文

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

毕业论文(设计)

题目基于android平台的聊天软件设计与实现学院电气与电子信息学院

专业通信工程年级 2012级

学生姓名 xxxx 学号 xxxxx 指导教师

基于android平台的聊天软件设计与实现

通信工程专业

【摘要】聊天工具又称IM软件或者IM工具,主要提供基于互联网络的客户端进行实时语音、文字传输。这是一种可以让使用者在网络上建立某种私人聊天室的实时通讯服务,本课题主要研究基于Android的移动聊天系统,开发出界面简洁,用户易操作的即时通信聊天软件。主要功能:用户注册,登录,好友一对一聊天,群组聊天。在该即时通信工具中客户端之间通过服务器对数据的转发实现相互通信。

本文首先概述了IM聊天工具的背景,其次是课题的目的及意义,然后介绍了软件开发的环境和开发工具及其技术,给出了软件的系统架构,各个模块的流程图及用例,在Eclipse中使用Java语言实现了APP各个功能模块, 该APP的功能主要包括用户登录、注册、聊天框架、通讯录管理、个人信息管理等功能模块。

【关键词】Android 通信聊天软件注册登录

四川大学锦江学院毕业论文(设计)

【Abstract】The main research topics of the graduation Android-based mobile chat system, according to its architecture and design principles developed interface is simple and easy to operate mobile instant messaging chat tools. The main function of the chat tool: user registration, login, friends one-on-one chat, group chat. Data transmission in the real-time communication tools Socket Programming. Communicate with each other on the data forwarding between the client through the server.

The paper first outlines the background of the IM chat tool, followed by the purpose and significance of the issues, and then describes the software development environment and the development of tools and technology, the software system architecture, the flow chart of each module and use cases, and then detailed change instant messaging tool design and implementation, and finally a simple test system. 【Keywords】Android; communication; chat software; sign; log in

目录

第一章绪论 (3)

1.1聊天软件背景 (3)

1.2 课题意义 (3)

1.3 研究内容 (4)

1.4 设计思想 (4)

第二章 Android聊天软件可行性分析 (5)

2.1 Android 行业概述 (5)

2.1.1 认识Android (5)

2.1.2 Android开发概述 (5)

2.1.3 Android的Listview介绍............... 错误!未定义书签。

2.2 软件开发的工具和环境 (5)

2.2.1 编程语言 (5)

2.2.2 技术路线 (5)

2.2.3 用户要求 (6)

2.2.4 运行环境 (6)

2.3 基于数据库实现设计 (7)

2.3.1常用的数据库软件 (7)

2.3.2消息推送原理 (7)

2.3.3数据库表 (7)

2.3.4数据管理要求 (8)

第三章基于Android平台的聊天系统设计 (8)

3.1 聊天软件功能 (8)

3.1.1 功能描述 (8)

3.1.2 界面布局设计 (8)

3.1.3 消息推送原理 (9)

3.2系统架构图 (9)

3.2.1 系统逻辑流程图 (9)

3.3.2系统物理架构图 (10)

3.3接口设计 (11)

3.3.1 用户接口 (11)

3.3.2 外部接口 (11)

3.3.3 内部接口 (11)

第四章基于Android平台的聊天系统实现 (11)

4.1 服务端模块 (11)

4.1.1登录 (11)

4.1.2注册 (12)

4.1.3聊天 (12)

4.1.4下线 (12)

4.2 客户端模块 (12)

4.2.1 注册/登录界面 (12)

4.2.2 聊天界面 (14)

4.2.3 好友信息界面 (15)

4.2.4 设置界面 (16)

4.2.5 聊天记录 (18)

4.2.6 退出程序 (19)

第五章基于Android平台的聊天系统系统测试 (19)

第六章总结与展望 (21)

致谢 (22)

参考文献 (23)

相关文档
最新文档