資源描述:
《基于android的視頻播放器的設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、II基于Android的視頻播放器的設(shè)計(jì)與實(shí)現(xiàn)中文摘要如今,隨著基于Android操作系統(tǒng)的智能手機(jī)的廣泛應(yīng)用,視頻播放器已成為智能手機(jī)的一個(gè)必不可少的程序,廣大用戶迫切需要一個(gè)貼近用戶、方便用戶、個(gè)性化的視頻播放器。因此,設(shè)計(jì)一個(gè)基于android手機(jī)的多功能播放器,具有重要的實(shí)際意義。本次畢業(yè)設(shè)計(jì)主要使用JDK+Eclipse+Android-SDK-Windows工具進(jìn)行開發(fā),使用的編程語(yǔ)言是Java語(yǔ)言。該程序主要由4個(gè)不同Activity來實(shí)現(xiàn),每個(gè)Activity實(shí)現(xiàn)相應(yīng)的功能模塊,能夠有效滿足Android手機(jī)用戶在視頻播放中的常
2、見需求。本論文詳細(xì)介紹了播放器程序的設(shè)計(jì)思路、設(shè)計(jì)方案、系統(tǒng)結(jié)構(gòu)和項(xiàng)目工程結(jié)構(gòu),對(duì)系統(tǒng)的可行性與需求性進(jìn)行了詳細(xì)的分析,闡述了系統(tǒng)各個(gè)模塊功能的設(shè)計(jì)與實(shí)現(xiàn)。對(duì)程序主要的Activity都進(jìn)行了詳細(xì)的介紹和分析,包括對(duì)其使用的布局文件的具體介紹,以及各個(gè)控件的作用。在最后進(jìn)行了程序測(cè)試,對(duì)每一個(gè)實(shí)現(xiàn)的模塊功能都做了測(cè)試,并且記錄了大量截圖用來展示測(cè)試結(jié)果,以觀察程序應(yīng)有的功能是否正常運(yùn)行,以及發(fā)現(xiàn)程序中可能存在的問題。所開發(fā)的程序界面比較友好,操作相對(duì)容易,達(dá)到設(shè)計(jì)要求。關(guān)鍵詞:安卓;視頻播放;Activity;MediaplayerITheDe
3、signandImplementationofVideoPlayerBasedonAndroidABSTRACTNow,withthewideapplicationofsmartphonebasedontheAndroidoperatingsystem,videoplayerhasbecometheessentialapplicationofsmartphone.Mostofconsumersurgentlyrequireapersonalizedvideoplayerwhichisclosetouserandfacilitateuser.Th
4、erefore,thedesignofamultifunctionalplayerbasedonandroidmobilephoneshasanimportantpracticalsignificance.TheprojectdesignisdevelopedbyusingJDK,Eclipse,andAndroid-SDK-Windowstools.TheprogramminglanguageisJava.TheprogramconsistsoffourdifferentActivitiesandeachActivityachievesthe
5、correspondingfunctionalmoduleswhichcaneffectivelysatisfythecommonrequirementsforplayingvideoonAndroidmobilephones.Thispaperintroducedthedesignideas,designscheme,systemarchitectureandprojectengineeringstructuresofvideoplayer.Thefeasibilityandrequirementsofsystemwereanalyzedin
6、detail.Thesystemfunctionandeachmodulewereexplained.ThemainActivityoftheprogramaredescribedandanalyzedindetailincludingtheusinglayoutfile,aswellastheroleofeachcontrol.Finally,Imadethetestfortheprogramincludingthefunctionsofeachimplementedmodules.Inordertoobservewhethertheprog
7、ramshouldfunctionproperlyandfindtheproblemsthatmayexistintheprogram,manyscreenshotsweresavedtodemonstratethetestresults.Thedevelopedprogramhasafriendlyinterfaceandcanbeoperatedrelativelyeasy,whichhasachievedthedesignrequirement.KEYWORDS:Android;VideoPlay;Activity;Mediaplayer
8、目錄中文摘要IABSTRACTII目錄III第一章緒論11.1課題的來源及意義11.2ANDROID發(fā)展現(xiàn)狀及前景11.3項(xiàng)目的主要工作和解決的問題2