特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

基于android平臺的音樂播放器.doc

約49頁DOC格式手機(jī)打開展開

基于android平臺的音樂播放器,基于android平臺的音樂播放器the development of mobile music player based on android platform system摘 要當(dāng)今社會的生活節(jié)奏越來越快,隨著硬件移動設(shè)備的越來越先進(jìn),人們對移動設(shè)備的要求也越來越高,從以前的追求技術(shù)到現(xiàn)在的追求視覺,因此,也逐步的...
編號:28-236057大小:2.56M
分類: 論文>計算機(jī)論文

內(nèi)容介紹

此文檔由會員 victorme 發(fā)布

基于Android平臺的音樂播放器
The Development of Mobile Music Player Based on Android platform system



摘    要
當(dāng)今社會的生活節(jié)奏越來越快,隨著硬件移動設(shè)備的越來越先進(jìn),人們對移動設(shè)備的要求也越來越高,從以前的追求技術(shù)到現(xiàn)在的追求視覺,因此,也逐步的提高了對系統(tǒng)的要求,本文主要是對Android系統(tǒng)上音樂播放器應(yīng)用程序的設(shè)計與實現(xiàn)進(jìn)行討論。本論文的音樂播放器采用了Android開源系統(tǒng)技術(shù),利用Java語言和Eclipse編輯工具對播放器進(jìn)行編寫,同時給出了詳細(xì)的系統(tǒng)設(shè)計過程、部分界面圖及主要功能運(yùn)行流程圖,本文還對開發(fā)過程中遇到的問題和解決方法進(jìn)行了詳細(xì)的討論,該音樂播放器集播放、暫停、停止、上一首、下一首、音量調(diào)節(jié)、歌詞顯示等功能于一體,性能良好,在Android系統(tǒng)中能獨(dú)立運(yùn)行。該播放器還擁有對手機(jī)文件瀏覽器的訪問功能、歌曲播放模式、以及歌詞開閉狀態(tài)的友好設(shè)置。
 
關(guān)鍵詞:Android;開源系統(tǒng);音樂播放器
Abstract
The pace of life in today's society, with more advanced hardware mobile devices for mobile devices, people more and more is also high, the requirements from the previous pursuit to pursue the visual technology, therefore, also gradually improve the system requirements, the paper mainly is to take on a music player from system design and realization of the application is discussed. Take the system is an open source, it is based on the operating system, use the Linux music player of the Android open-source system technology, using the Java language and editing tools for players to Eclipse. Presents the detailed design process, the part of the system and the main functions of operation interface diagram of height, this paper also flow process problems and solving methods are discussed in detail, and the music player episode, pause, stop and a, next, volume adjustment, lyrics display functions, such as performance is good, can operate independently in the Android system. This player has access to the file browser phone functions, songs and played pattern, open and close condition of friendly words.

Key Words:Android;open source system;music player
目    錄
摘    要 I
Abstract II
第1章 緒論 1
1.1 選題的目的及意義 1
1.2 本課題涉及內(nèi)容的研究現(xiàn)狀 1
1.3 本系統(tǒng)要實現(xiàn)的基本目標(biāo)和研究內(nèi)容 2
第2章 系統(tǒng)的可行性研究 3
2.1 經(jīng)濟(jì)上的可行性 3
2.2 技術(shù)上的可行性 3
2.3 操作上的可行性 3
第3章 需求分析 4
3.1 軟件目標(biāo) 4
3.2 功能需求 4
3.3系統(tǒng)界面需求 4
3.4系統(tǒng)性能需求 4
第4章 系統(tǒng)的總體設(shè)計 5
4.1 設(shè)計思想 5
4.2 系統(tǒng)功能結(jié)構(gòu)圖 5
4.3 開發(fā)語言簡介 6
4.3.1 Android簡介 6
4.3.2 Android Features特性 7
4.3.3 Android基本框架(Android Architecture) 7
4.4.4 Android系統(tǒng)的四大組件 9
4.4.5 SQLite簡介 10
4.4 搭建Android開發(fā)環(huán)境 11
4.5 Android 音樂播放器的工程 13
4.5.1  Android項目 13
4.5.2  Android工程程序結(jié)構(gòu) 14
4.5.3  AndroidManifest.xml文件 15
第5章 數(shù)據(jù)庫的設(shè)計 18
5.1 數(shù)據(jù)庫表的介紹 18
5.1.1用戶注冊表 18
5.1.2 完成下載的音樂表 19
5.1.3 播放清單表 19
5.2 數(shù)據(jù)庫連接 19
第6章 系統(tǒng)詳細(xì)設(shè)計 21
6.1 歡迎界面模塊詳細(xì)設(shè)計 21
6.2播放列表模塊詳細(xì)設(shè)計 22
6.3 歌曲播放模塊詳細(xì)設(shè)計 25
6.4 本地音樂模塊詳細(xì)設(shè)計 27
6.5 會員登錄模塊詳細(xì)設(shè)計 29
6.6 會員注冊模塊詳細(xì)設(shè)計 32
6.7 音樂下載模塊詳細(xì)設(shè)計 34
6.8 設(shè)置皮膚模塊詳細(xì)設(shè)計 36
第7章 系統(tǒng)測試 38
7.1 登錄功能測試 38
7.2 圖片上傳功能測試 39
7.3 文件上傳功能測試 39
結(jié)    論 40
參考文獻(xiàn) 41
致    謝 42