资源描述:
《基于android平台的手机音乐播放器的设计及实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、word文档整理分享海南大学毕业论文(设计)题目:基于Android平台的手机音乐播放器的设计与实现学号:姓名:年级:2010级学院:信息科学技术学院系别:通信工程系专业:通信工程指导教师:完成日期:2014年04月27日参考资料word文档整理分享参考资料word文档整理分享摘要随着科技的进步,通信技术的发展,手机对人们日常生活越来越重要,甚至隐隐有超越传统PC的趋势。Android作为一个开源系统,拥有着独特的优势,已形成了当前行业发展的主流趋势。基于Android平台的应用软件开发快捷简单,用户体验良好
2、,必将成为移动互联网时代的风向标。本文主要是对Android系统上音乐播放器应用程序的设计与实现进行讨论。采用了Android开源系统技术,利用Java语言和Eclipse编辑工具编写程序,同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,该音乐播放器集播放、暂停、停止、上一首、下一首、播放模式设置等功能于一体,性能良好,在Android系统中能独立运行。希望通过本次设计,了解音乐播放器的设计原理和实现的相关技术,掌握Android编程思想以及基本的应用组件,为以后从事Android开发打下基础。
3、关键词:Android;音乐播放器;应用程序开发参考资料word文档整理分享AbstractWiththeprogressofscienceandtechnology,thedevelopmentofthecommunicationtechnology,mobilephoneonPeople'sDailylifeismoreandmoreimportant,evenfainthasatendencytogobeyondtraditionalPC.Androidasanopensourcesystem,hast
4、heuniqueadvantages,hasformedthemainstreamofthecurrentindustrydevelopmenttrend.BasedontheAndroidplatformapplicationdevelopmentquickandeasy,hasgooduserexperience,willbecomethevaneofthemobileInternetera.Thisarticlemainlydiscussaboutthedesignandimplementationof
5、amusicplayerapplicationontheAndroidsystem.UsedtheAndroidopensourcesystemtechnology,usingtheJavaprogramminglanguageandEclipseeditingtooltowriteprograms,andgivesthedetailedsystemdesignprocess,interfacediagramandmainfunctionoperationflowchart,themusicplayerhas
6、play,pause,stop,previous,Next,Playmodesettingsandotherfunctions,theperformancegood,canrunindependentlyintheAndroidsystem.Hopethatthroughthisdesign,understandthemusicplayerdesignprincipleandimplementationofrelatedtechnology,graspAndroidprogrammingideasandbas
7、icapplicationcomponents,tolaythefoundationforengagingAndroiddevelopmentinthefuture.Keywords:Android;Musicplayer;Applicationdevelopment参考资料word文档整理分享目录摘要IAbstractII1.引言11.1选题目的及意义11.2国内外的研究现状11.3可行性分析22.Android项目介绍32.1什么是Android32.1.1Android简介32.1.2Android的基
8、本框架42.1.3Android系统的四大组件62.2Android开发环境的搭建72.3Android音乐播放器工程结构133.系统需求分析153.1构成模块153.2系统流程163.3系统结构163.4系统需求173.4.1系统界面需求173.4.2系统性能需求173.4.3运行环境需求174.详细设计及功能实现184.1播放器界面的设计184.1.1歌曲列表界面设计184.1.2播放界面设计1