学号:
常 州 大 学
毕业设计(论文)
(2012届)
题 目 基于Android平台的手机音乐播放器的设计与实现
学 生
学 院 专 业 班 级
校内指导教师 专业技术职务
校外指导老师 专业技术职务
二○一二年六月
基于Android平台的手机音乐播放器的设计与实现
摘要
当今社会的生活节奏越来越快,随着硬件移动设备的越来越先进,人们对移动设备的要求也越来越高,从以前的追求技术到现在的追求视觉,因此,也逐步的提高了对系统的要求,本文主要是对Android系统上一款音乐播放器应用程序的设计与实现进行讨论。
Android是一个开源的系统,它底层是基于Linux的操作系统,本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图。本文还对高度过程中遇到的问题和解决方法进行了详细的讨论,该音乐播放器集播放、暂停、停止、上一首、下一首、音量调节、歌词显示等功能于一体,性能良好,在Android系统中能独立运行。该播放器还拥有对手机文件浏览器的访问功能、歌曲播放模式、以及歌词开闭状态的友好设置.MP3的全名是MPEG Audio Layer-3,是一种声音文件的压缩格式,由于本播放器只限于应用层程序的探讨,所以对具体的压缩算法不作深究。
关键词:Android ; 开源系统; 音乐播放器
Design and ImplementationMobile Phone Music Player Based on the Android Platform
手机mp3歌曲下载Abstract:The pace of life in today's society is quicker and quicker, with more advanced hardware mobile devices for mobile devices, which is required more and more high from the previous pursuit to pursue the visual technology, therefore, the people also gradually improve the system requirements, the paper mainly is to take on a music player from system design and realization of the application .
Android is an open source system, it is based on the Linux operating system, the music player of the paper adopt the Android open-source system technology and take advantage of the Java language and editing tools to Eclipse players. Simultaneously, it gives the detailed design process, the part of the system and the main functions of operation interface diagram of height, the paper has detailed discussions about problems and solving methods in flow process, the music player covers episode, pause, stop, up, next, volume adjustment and lyrics display functions etc, because of good performance, it can operate independently in the Android system. This player has access to the file brows
er phone functions, songs and played pattern, open and close condition of friendly words. The full name of MP3 is MPEG Audio Layer -3 and a kind of sound files compressed format. Because the players is only limited to the exploration of applied program, it doesn’t study the specific compression algorithm.
Key Words:Android ; Open source system ; music player
摘要 I
术 语 表 V
1 概述 1
1.1课题的背景和意义 1
1.2课题的研究历史和发展现状 1
1.3课题研究的主要内容 2
1.4 方案的原理、特点与选择依据 3
2 系统需求分析 3
2.1可行性分析 3
2.1.1 经济可行性分析 3
2.1.2 技术可行性分析 3
2.1.3 社会可行性分析 3
2.2系统需求分析 4
2.2.1功能需求 4
2.2.2界面需求 4
2.2.3性能需求 4
2.2.4 可靠性要求 4
2.2.5运行环境需求 4
3 总体设计 5
3.1 系统结构设计和流程设计 5
3.1.1音乐播放器的系统流程设计 5
3.1.2系统功能设计和系统功能结构设计 6
3.2 Android数据库设计 7
3.2.1 字段设计 8
3.2.2 SQLiteDatabase数据库 9
4 Android项目 10
4.1 Android简介 10
4.1.1 Android Features特性 10
4.1.2 Android基本框架 11
4.1.3 Android系统的四大组件 12
4.2 搭建Android开发环境 13
4.2.1安装Java JDK 13
4.2.2 安装SDK模拟器 14
4.2.3 手机模拟器安装软件 15
4.2.4 管理SD卡文件 16
4.3 Android 音乐播放器的工程 17
4.3.1 Android项目 17
4.3.2 Android工程程序结构 17
4.3.l文件 19
5 播放器系统功能详细设计 21
5.1音乐播放器主界面功能实现 21
5.1.1 播放器主界面 21
5.1.2 播放界面音轨的实现 22
5.1.3 播放器播放、暂停、停止等功能 24
5.1.4 播放列表功能 25
5.2 菜单功能 26
5.2.1 菜单界面 26
5.2.2 菜单功能实现 27
5.3 播放设置界面 28
5.3.1 界面实现 28
5.3.2 歌词显示实现 29
发布评论