资源描述:
《基于android平台下的播放器的设计 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要当今社会的生活节奏越来越快,随着硬件移动设备的越来越先进,人们对移动设备的要求也越来越高,从以前的追求技术到现在的追求视觉,因此,也逐步的提高了对系统的要求,本文主要是对Android系统上音乐播放器应用程序的设计与实现进行讨论。本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写,同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对开发过程中遇到的问题和解决方法进行了详细的讨论,该音乐播放器集播放、暂停、停止、上一首、下一首、音量调节、歌词显示等功能于一体,性能良好,在Android系
2、统中能独立运行。该播放器还拥有对手机文件浏览器的访问功能、歌曲播放模式、以及歌词开闭状态的友好设置。通过对基于Android平台下的播放器的设计,了解音乐播放器的设计的原理和实现的相关技术,掌握了Android编程思想以及基本的应用组件,对以后从事Android开发有很大的帮助。关键字:Android;开源系统;音乐播放器;JavaAbstractIntoday'ssocietypaceoflifemoreandmorequickly,withhardwaremobiledevicesarebecomingmoreandmoreadvanced,peopleonm
3、obileequipmentrequirementsareincreasinglyhigh,fromtheformerthepursuitoftechnologytopresentthepursuitofvision,therefore,itisalsograduallyimprovethesystemrequirements,thispaperismainlytotheAndroidsystemmusicplayerapplicationsdesignandimplementationarediscussed.Inthispaperthemusicplayeru
4、singtheAndroidopensourcesystemtechnology,theuseofJavaandEclipseeditingtoolforplayerstowrite,andatthesametime,givesthedetailedsystemdesignprocess,partoftheinterfacediagramandmainfunctionoperationflowdiagram,thispaperalsoonthedevelopmentprocessmetthequestionandthesolutionmethodsarediscu
5、ssedindetail,thismusicplayersetplay,pause,stop,a,a,volumecontrol,lyricsdisplayfunctionatanorganicwhole,theperformancegood,inAndroidsystemcanoperateindependently.Theplayerhastomobilephonefilebrowseraccessfunction,songsplaymode,andthelyricsopenclosefriendlySettings.ThroughtheAndroidplat
6、formbasedonthedesignoftheplayer,understandingthemusicplayer,thedesignprincipleandimplementationofrelatedtechnologies,mastertheAndroidprogrammingthoughtandbasicapplicationcomponents,forfuturedevelopmentinAndroidwillbeofgreathelp.Keyword:Android;Opensourcesystem;Musicplayer;JAVA目录第一章引言3
7、1.1.选题目的及意义31.2.项目背景4第二章系统需求分析42.1.功能需求42.2.系统界面需求72.3.系统性能需求82.4.运行环境需求8第三章安卓项目介绍93.1.安卓简介及优点93.2.搭建安卓开发环境103.3.Andriod音乐播放器项目工程设计12第四章安卓数据库设计164.1.数据库及字段属性164.2.数据库连接18第五章播放器系统功能的实现205.1.播放器主界面功能实现205.2.播放列表显示275.3.菜单功能实现285.4.播放界面实现295.5.歌词显示305.6.手机扩展卡的访问31第六章系统测试32第七章总结33第一章引言1.1
8、.选题目的