基于Android平台的录音与实时传播的设计与实现.doc
文本预览下载声明
本科毕业论文(设计)
( 2013届本科毕业生)
题 目: 基于Android平台的录音与实时传播的设计与实现
学生姓名: 周凡
学生学号:
学院名称: 科信软件学院
专业名称: 计算机科学与技术
指导教师: 关庆余
二零一三年四月
【摘 要】 Android是目前全世界最大的移动操作系统,基于这种操作系统的智能手机的全球使用量已经接近10亿部。本文针对基于Android平台的录音与实时传播的实现进行毕业设计,研究分析了Android平台的系统架构和组件模型,接着解析了Android中的重要API和应用构成,以及Intent和生命周期的机制。在此基础上,设计和开发录音与实时传播软件。本系统界面友好、操作便捷,具有可扩展性和可维护性;经过测试,能够满足用户的基本需求。
【关键词】 Android, Java, 实时传播, 文件存储, 网络传输
The recording and real time communication software based on Android platform
【Abstract】’s largest mobile opreating system,based on the global use of smartphone operating system is close to 1billion units.In this paper,based on the android platform of the tape to graduation design and implementation of real-time transmission.Study of the android platform system architecture and component models are analyzed,and then analyzes the important of the android API and application form as well as the mechanism of Intent and life cycle.On the basis of the design and development of the recording and real time communication software.The software interface is friendly, the operation is convenient,has the scalability and maintainability, after testing, can satisfy the basic requirements of the user.
【Keywords】
目录
第一章 绪论........................................................1
1.1引言...........................................................1
1.2国内外手机应用研究现状.........................................1
1.3发展趋势.......................................................2
第二章 Android的相关技术介绍及分析.................................3
2.1 Android平台的技术架构..........................................3
2.2 Android架构分析................................................3
2.3 Android应用的构成..............................................6
第三章 Android应用程序结构剖析.....................................7
3.1 Android的API..................................................7
3.2 Android应用程序结构解析..............................
显示全部