摘要
由Google倡导发起的开放式手机联盟及其推出的Android平台一经发布便在业内引起了轩然大波。在此背景下本人利用Eclipse和Android SDK开发工具设计出了一款基于Android的MP3播放器。文章首先介绍了Android技术及其特点,然后介绍Android的开发环境,接着对系统进行了总体分析,在设计出了功能结构图和流程图之后,在分析需求的基础上详细阐述了MP3播放器的设计与实现过程,最后测试系统,对播放器的不足进行总结。该播放器支持搜索本地音乐、播放音乐,集播放、暂停、停止、上一首、下一首、音量调节、歌词显示等功能于一体。
关键字:Android系统;MP3播放器
Abstract
By Google advocate the release of the league and its mobile phone launched the launch of the Android platform has issued and caused a stir in the industry. I use Eclipse and Android SDK development tools design a MP3 player which based on Android. This article first introduces the Android technology and features, And then introduced the Android development environment, Then the system as a whole analysis, In a function structure chart and design flow chart after, On the basis of analysis demand expounds the MP3 player after the design and realization of the process, The last test system, To the deficiency of the players were summarized in this paper. The player supports playback of local music, search, and it has a certain practicality. The music player episode pause, stop, and a on, next, volume adjustment, lyrics display functions, such as performance is good, and it can operate independently in the Android system.
Keywords: Android system; MP3 player
目录
1 绪论 1
课题背景 1
Android的介绍 1
Android开发环境的搭建 2
Android SDK 5
2 系统的总体设计概要 6
总体功能架构 6
功能流程图 7
3 详细设计与实现 8
Android程序设计的一般方法 8
MP3播放器的模块设计 8
8
8
11
4 测试与分析 14
14
14
列表的更新测试 14
14
14
测试音乐播放器的其他一些基本操作 15
16
17
1 绪论
课题背景
Android一词的本义指“机器人”,同时也是Google于2007年11月5日宣布的基于Linux平台的开源移动终端操作系统的名称,该平台由操作系统、中间件、用户界面和应用软件组成,是首个为移动终端打造的真正开放和完整的移动软件。
随着科技的不断发展,手机不再只是人们日常生活的移动通信工具,而是一个多媒体平台,可提供强大的多媒体功能,越来越多的人喜欢用手机听音乐、看电影。
Android系统内置的音乐播放器基于媒体库对歌曲进行管理,并且支持歌词的同步显示。对于部分用户,操作起来会有所不便。对于Android手机操作系统,可以充分利用它已经习惯的基于文件浏览器形式播放器的丰富的可编程扩展性,开
基于Android的Mp3播放器(计算机专业论文) 来自淘豆网m.daumloan.com转载请标明出处.