1 / 47
文档名称:

毕业设计(论文)-基于Android的MP3音乐播放器.doc

格式:doc   页数:47页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于Android的MP3音乐播放器.doc

上传人:3346389411 2013/10/31 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于Android的MP3音乐播放器.doc

文档介绍

文档介绍:LANZHOU UNIVERSITY OF TECHNOLOGY
毕业设计
题目基于Android的MP3音乐播放器设计
学生姓名
学号
专业班级通信工程三班
指导教师
学院计算机与通信学院
答辩日期 2012年6月12号
摘要
Android就是一个开源的系统,它底层是基于Linux的操作系统,本设计的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,并且对设计过程中遇到的问题和解决方法进行了详细的讨论,该音乐播放器集播放、暂停、停止、上一首、下一首、音量调节、歌词显示等功能于一体,性能良好,在Android系统中能独立运行。该播放器还拥有对手机文件浏览器的访问功能、歌曲播放模式、以及歌词开闭状态的友好设置,由于本播放器只限于应用层程序的探讨,所以对具体的压缩算法不作深究。
关键词:Android ; 开源系统; linux ; 音乐播放器
ABSTRACT
Android system is an open source, it is based on the operating system, use the Linux music player of the Android open-source system technology, using the Java language and editing tools for players to Eclipse. Presents the detailed design process, the part of the system and the main functions of operation interface diagram of height, this paper also flow process problems and solving methods are discussed in detail, and the music player episode, pause, stop and a, next, volume adjustment, lyrics display functions, such as performance is good, can operate independently in the Android system. This player has access to the file browser phone functions, songs and played pattern, open and close condition of friendly words, because the players to explore, so the application procedure for pression algorithm not probe.
Keywords:Android ; Open source system ; linux ; music player
目录
第1章引言 1
1
1
第2章 Android项目介绍 1
? 1
Android简介 1
Android特性 1
Android的基本框架(Android Architecture) 1
Android系统的四大组件 1
1
Android 常用工具的使用 1
1
Dalvik Debug Monitor Service (DDMS)的使用 1
Android音乐播放器的工程 1
Android项目 1
Android工程程序结构 1
1
第3章系统需求分析 - 1 -
功能需求(用例图分析) - 1 -
播放器的基本控制需求 - 1 -
播放清单列表管理需求 - 1 -
播放友好性需求 - 1 -
播放器扩展卡需求 - 1 -
功能需求(时序图)分析 - 1 -
系统结构图和流程图 - 1 -
系统界面需求 - 1 -
系统性能需求 - 1 -
运行环境需求 - 1 -
第4章 Android 数据库设计 - 1 -
- 1 -
4.