基于android平台的音乐播放器.doc

约49页DOC格式手机打开展开

基于android平台的音乐播放器,基于android平台的音乐播放器the development of mobile music player based on android platform system摘 要当今社会的生活节奏越来越快,随着硬件移动设备的越来越先进,人们对移动设备的要求也越来越高,从以前的追求技术到现在的追求视觉,因此,也逐步的...
编号:28-236057大小:2.56M
分类: 论文>计算机论文

内容介绍

此文档由会员 victorme 发布

基于Android平台的音乐播放器
The Development of Mobile Music Player Based on Android platform system



摘    要
当今社会的生活节奏越来越快,随着硬件移动设备的越来越先进,人们对移动设备的要求也越来越高,从以前的追求技术到现在的追求视觉,因此,也逐步的提高了对系统的要求,本文主要是对Android系统上音乐播放器应用程序的设计与实现进行讨论。本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写,同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对开发过程中遇到的问题和解决方法进行了详细的讨论,该音乐播放器集播放、暂停、停止、上一首、下一首、音量调节、歌词显示等功能于一体,性能良好,在Android系统中能独立运行。该播放器还拥有对手机文件浏览器的访问功能、歌曲播放模式、以及歌词开闭状态的友好设置。
 
关键词:Android;开源系统;音乐播放器
Abstract
The pace of life in today's society, with more advanced hardware mobile devices for mobile devices, people more and more is also high, the requirements from the previous pursuit to pursue the visual technology, therefore, also gradually improve the system requirements, the paper mainly is to take on a music player from system design and realization of the application is discussed. Take the 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.

Key Words:Android;open source system;music player
目    录
摘    要 I
Abstract II
第1章 绪论 1
1.1 选题的目的及意义 1
1.2 本课题涉及内容的研究现状 1
1.3 本系统要实现的基本目标和研究内容 2
第2章 系统的可行性研究 3
2.1 经济上的可行性 3
2.2 技术上的可行性 3
2.3 操作上的可行性 3
第3章 需求分析 4
3.1 软件目标 4
3.2 功能需求 4
3.3系统界面需求 4
3.4系统性能需求 4
第4章 系统的总体设计 5
4.1 设计思想 5
4.2 系统功能结构图 5
4.3 开发语言简介 6
4.3.1 Android简介 6
4.3.2 Android Features特性 7
4.3.3 Android基本框架(Android Architecture) 7
4.4.4 Android系统的四大组件 9
4.4.5 SQLite简介 10
4.4 搭建Android开发环境 11
4.5 Android 音乐播放器的工程 13
4.5.1  Android项目 13
4.5.2  Android工程程序结构 14
4.5.3  AndroidManifest.xml文件 15
第5章 数据库的设计 18
5.1 数据库表的介绍 18
5.1.1用户注册表 18
5.1.2 完成下载的音乐表 19
5.1.3 播放清单表 19
5.2 数据库连接 19
第6章 系统详细设计 21
6.1 欢迎界面模块详细设计 21
6.2播放列表模块详细设计 22
6.3 歌曲播放模块详细设计 25
6.4 本地音乐模块详细设计 27
6.5 会员登录模块详细设计 29
6.6 会员注册模块详细设计 32
6.7 音乐下载模块详细设计 34
6.8 设置皮肤模块详细设计 36
第7章 系统测试 38
7.1 登录功能测试 38
7.2 图片上传功能测试 39
7.3 文件上传功能测试 39
结    论 40
参考文献 41
致    谢 42