资源描述:
《毕业设计(论文)-基于android系统的音乐播放器设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)题目基于Android系统的音乐播放器设计与实现姓名学号所在学院专业班级指导教师日期摘要当今社会的生活节奏越来越快,随着硬件移动设备的越来越先进,人们对移动设备的要求也越来越高,从以前的追求技术到现在的追求视觉效果及用户体验,因此,也逐步的提高了对系统的要求。本文主要是在Android系统上对音乐播放器应用程序的设计与实现进行讨论,通过这一过程来进一步学习与应用Android平台,这样对个人的未来发展也很有意义。本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse开发工具对播放器代码进行编写。同
2、时给出了详细的系统设计过程、部分界面截图及主要的功能流程图,本文还对开发过程中遇到的问题和解决方法进行了详细的讨论,该音乐播放器集播放、暂停、停止、上一首、下一首、歌词显示、后台播放等功能于一体,性能良好,在Android系统中能独立运行。MP3是一种声音文件的压缩格式,由于本播放器只限于应用层程序的探讨,所以对具体的压缩算法不做深究。实验证明,基于Android平台的软件开发简单,使用方便简洁,必将成为未来几年的发展方向,具有普遍意义。关键字:Android,音乐播放器,MP3,java,EclipseABSTRACTToday'sincr
3、easinglyfastpaceoflifeinsociety,withthehardwareofmobiledevicesbecomeincreasinglysophisticated,peopledemandmoreandmoremobiledevices,hightechnologyfromthepasttothepresentpursuitofthepursuitofvisualanduserexperience,therefore,alsograduallyincreasedthesystemrequirements.Thisart
4、icleisintheAndroidsystem,musicplayerapplicationonthedesignandimplementationtodiscusstheprocessthroughwhichtofurtherstudyandapplicationofAndroid,sothefuturedevelopmentofpersonalsense.MusicplayerofthispaperusesAndroidopen-sourcesystemtechnology,theuseofJavalanguageandEclipsed
5、evelopmenttoolsforthepreparationoftheplayercode.Atthesametimegivesadetailedsystemdesignprocess,someinterfacescreenshotsandthemajorfunctionofflow,thepaperalsoencounteredintheprocessofdevelopmentproblemsandsolutionswerediscussedindetail,themusicplayer,setplay,pause,stop,onone
6、,thenextsong,lyricsdisplay,backgroundplayandotherfunctions,goodperformance,intheAndroidsystemcanrunindependently.MP3isacompressedaudiofileformat,astheplayerislimitedtotheapplicationlayeroftheprogram,sonottogointothespecificcompressionalgorithm.Experimentsshowthat,basedonthe
7、Androidplatform,softwaredevelopmentissimple,conciseandeasytouse,willbecomethedevelopmentdirectionofthenextfewyears,haveuniversalsignificance.Keywords:Android,musicplayer,MP3,java,Eclipse朗读显示对应的拉丁字符的拼音目录摘要15目录17第一章引言11.1项目背景11.2编写目的1第二章系统需求分析32.1功能需求(用例图分析)32.1.1播放器的基本控制需求42
8、.1.2功能需求(时序图)分析62.2系统结构图和流程图72.3系统界面需求82.4系统性能需求112.5运行环境需求11第三章Android项目介绍133.1什么