基于+Android+系统的+MP5播放器的设计与实现

上传人:ji****72 文档编号:29836481 上传时间:2018-01-25 格式:PDF 页数:68 大小:1.29MB
返回 下载 相关 举报
基于+Android+系统的+MP5播放器的设计与实现_第1页
第1页 / 共68页
基于+Android+系统的+MP5播放器的设计与实现_第2页
第2页 / 共68页
基于+Android+系统的+MP5播放器的设计与实现_第3页
第3页 / 共68页
基于+Android+系统的+MP5播放器的设计与实现_第4页
第4页 / 共68页
基于+Android+系统的+MP5播放器的设计与实现_第5页
第5页 / 共68页
点击查看更多>>
资源描述

《基于+Android+系统的+MP5播放器的设计与实现》由会员分享,可在线阅读,更多相关《基于+Android+系统的+MP5播放器的设计与实现(68页珍藏版)》请在金锄头文库上搜索。

1、 题 (中、英文) 目 基于 Android 系统的 MP5 播放器的设计与实现 Design and Implementation of MP5 Player Based on Android 作者姓名 张永久 郑有才 副教授 软件工程 提交论文日期 二一二年 六 月 杨睿琦 高级工程师 代号 分类 号 学号 密级 10701 TP311.5 公开 10092003 U D C 编号 学校指导教师姓名职称 工程领域 企业指导教师姓名职称 西安电子科技大学 学位论文独创性(或创新性)声明 秉承学校严谨的学风和优良的科学道德,本人声明所呈交的论文是我个人在导师指导下进行的研究工作及取得的研究成果

2、。尽我所知,除了文中特别加以标注和致谢中所罗列的内容以外,论文中不包含其他人已经发表或撰写过的研究成果;也不包含为获得西安电子科技大学或其它教育机构的学位或证书而使用过的材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中做了明确的说明并表示了谢意。 申请学位论文与资料若有不实之 处,本人承担一切的法律责任。 本人签名: 日期 : _ 西安电子科技大学 关于论文使用授权的说明 本人完全了解西安电子科技大学有关保留和使用学位论文的规定,即:研究生在校攻读学位期间论文工作的知识产权单位属西安电子科技大学。学校有权保留送交论文的复印件,允许查阅和借阅论文;学校可以公布论文的全部或部分内容,可以

3、允许采用影印、缩印或其它复制手段保存论文。同时本人保证,毕业后结合学位论文研究课题再撰写的 文章一律署名单位为西安电子科技大学。 (保密的论文在解密后遵守此规定) 本学位论文属于保密,在 年解密后适用本授权书。 本人签名: 日 期: 导师签名: 日 期: 摘 要 基于 Android 系统的 MP5 播放器 设计的目的是让用户更方便的听音乐、看电影、阅读电子书、 网上冲浪等等。 Android 智能手机 系统 被 Google 推出之后,由于其具 备强大的功能 并且便于操作 ,被越来越多的用户所使用。 智能手机系统在逐步占领着市场 。传统的 MP5 播放器 的功能较为单一, 已逐渐不能满足广大

4、用户的需求 。 这款基于 Android 系统的 MP5 播放器 是在 Android 的基础上实现了 MP5 播放器的 功能 , 既 满足了用户对 Android 智能手机系统的需要 又具备 MP5 播放器的特点 。 本文 详细介绍了 该系统视频、音频、电子书 和 网络等功能 的实现 , UI 的设计以及其如何友好 的 与用户 交互 。 本系统主要是 在 Android Launcher 基础上进行设计和实现的 , 使用 Eclipse、 JDK 和 SDK 做 为开发工具 在 Android 应用层上进行开发 ,采用 Android 标准的 应用的开发模式, 使用了 SQLite 数据库

5、和 WebKit 浏览器引擎。开发调试环节使用了 Dalvik 虚拟机 。 开发成果为预装在特定 Android 设备中的 Apk 文件 。 该系统将视频 、 音频 、电子书和网络 整合在一起 ,方便用户的使用。 这 款 基于 Android 系统的 MP5 播放器 的功能经过测试已逐步完善 , 同时该 MP5 播放器 做为一款新型的 MP5 播放器 被推出到市场上 。 关键词 : Android 应用层 MP5 播放器 Abstract The designed purpose of MP5 player based on Android system is to bring users m

6、ore convenient to enjoying music, watching movies, reading books, surfing in the Internet.With powerful features and ease of operation, more and more users are using. Android after Google released it. The smart phone system is in the gradual occupation of the market. With single features, traditiona

7、l MP5 player has been increasingly unable to meet the needs of customers. This MP5 player based on Android system implemented functions of MP5 player on the basis of the Android with the characteristics of MP5 player and the satisfaction of users need to Android system.This paper describes the imple

8、mentation of the system such as video, audio, e-books, and network functions, the UI design, and how to interact with user friendly. This system is mainly designed on the base of Android Launcher.It was developmented in Application layer with Eclipse, JDK and SDK as a development tool, the Android a

9、pplication development model, using SQLite database, the WebKit browser engine, and the Dalvik virtual machine. The development result is the Apk pre-installed in particular Android device. The system made an intergration of video, audio, e-books, and network integration, which bring users more conv

10、inient. The functions of the MP5 player based on the Android has been tested, and gradually improved. Now this MP5 player is introduced to the market as a new kind of MP5 player. Keywords: Android Application layer MP5 player 目 录 第一章 引言 . 1 1.1 课题提出背景 . 1 1.2 国内外同类课题研究现状 . 1 1.3 项目研究目标 . 1 1.4 论文章节安排 . 2 第二章 相关技术 . 3 2.1 开发平台介绍 . 3 2.1.1 Android 平台简介 . 3 2.1.2 Android 平台特点 . 3 2.1.3 Android 系统组件 . 5 2.2 主要技术 . 6 2.2.1 NDK 简介 . 6 2.2.2 系统安全机制简介 . 7 2.2.3 系统上层开发简介 . 8 2.2.4 系统中间层开发简介 . 9 2.2.5 系统内核简介 . 9 2.3 开发工具 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号