基于android手機(jī)平臺(tái)的音樂播放器【源碼+論文】.rar
基于android手機(jī)平臺(tái)的音樂播放器【源碼+論文】,基于android手機(jī)平臺(tái)的音樂播放器【源碼+論文】目錄第一章 引 言61.1 項(xiàng)目背景61.2 編寫目的71.3 參考資料7第二章 系統(tǒng)需求分析72.1 功能需求(用例圖分析)72.1.1 播放器的基本控制需求82.1.2 播放清單列表管理需求92.1.3 播放友好性需求112.1.4 播放器擴(kuò)展卡需求132.1.5...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 bshhty 發(fā)布基于Android手機(jī)平臺(tái)的音樂播放器【源碼+論文】
目錄
第一章 引 言 6
1.1 項(xiàng)目背景 6
1.2 編寫目的 7
1.3 參考資料 7
第二章 系統(tǒng)需求分析 7
2.1 功能需求(用例圖分析) 7
2.1.1 播放器的基本控制需求 8
2.1.2 播放清單列表管理需求 9
2.1.3 播放友好性需求 11
2.1.4 播放器擴(kuò)展卡需求 13
2.1.5 功能需求(時(shí)序圖)分析 14
2.2 系統(tǒng)結(jié)構(gòu)圖和流程圖 14
2.3 系統(tǒng)界面需求 16
2.4 系統(tǒng)性能需求 17
2.5 運(yùn)行環(huán)境需求 17
第三章 Android數(shù)據(jù)庫(kù)設(shè)計(jì) 18
3.1 數(shù)據(jù)庫(kù)及字段屬性設(shè)計(jì) 18
3.1.1 字段設(shè)計(jì)(表、圖) 18
3.1.2 音樂播放器E-R圖 20
3.2 數(shù)據(jù)庫(kù)連接 20
3.2.1 創(chuàng)建數(shù)據(jù)庫(kù) 20
3.2.2 操作數(shù)據(jù)庫(kù) 21
3.2.3 數(shù)據(jù)顯示 22
第四章 Android項(xiàng)目介紹 23
4.1 什么是Android? 23
4.1.1 Android簡(jiǎn)介 23
4.1.2 Android Features特性 23
4.1.3 Android基本框架(Android Architecture) 24
4.2 搭建Android開發(fā)環(huán)境 28
4.3 Android常用工具的使用 30
4.3.1 命令行的使用 30
4.3.2 Dalvik Debug Monitor Service (DDMS)的使用 31
4.4 Android 音樂播放器的工程 31
4.4.1 Android項(xiàng)目 31
4.4.2 Android工程程序結(jié)構(gòu) 32
4.4.3 AndroidManifest.xml文件 34
第五章 播放器系統(tǒng)功能詳細(xì)設(shè)計(jì) 36
5.1音樂播放器主界面功能實(shí)現(xiàn) 36
5.1.1 播放器主界面 36
5.1.2 播放界面音軌的實(shí)現(xiàn) 37
5.1.3 播放器播放、暫停、停止等功能 40
5.2 播放列表功能 41
5.3 菜單功能 43
5.3.1 菜單界面 44
5.3.2 菜單功能實(shí)現(xiàn) 45
5.4 播放設(shè)置界面 46
5.4.1 界面實(shí)現(xiàn) 46
5.4.2 歌詞顯示實(shí)現(xiàn) 48
5.5 手機(jī)擴(kuò)展卡的訪問 50
5.5.1 文件瀏覽器界面 50
5.5.2 文件瀏覽器功能實(shí)現(xiàn) 51
5.6 數(shù)據(jù)存儲(chǔ)方式 52
5.6.1 SharedPreferences 52
5.6.2 File存儲(chǔ)方式 53
5.6.3 SQLiteDatabase數(shù)據(jù)庫(kù) 53
第六章 結(jié) 論 55
摘 要
當(dāng)今社會(huì)的生活節(jié)奏越來越快,隨著硬件移動(dòng)設(shè)備的越來越先進(jìn),人們對(duì)移動(dòng)設(shè)備的要求也越來越高,從以前的追求技術(shù)到現(xiàn)在的追求視覺,因此,也逐步的提高了對(duì)系統(tǒng)的要求,本文主要是對(duì)Android系統(tǒng)上一的款音樂播放器應(yīng)用程序的設(shè)計(jì)與實(shí)現(xiàn)進(jìn)行討論。Android是一個(gè)開源的系統(tǒng),它底層是基于Linux的操作系統(tǒng),本論文的音樂播放器采用了Android開源系統(tǒng)技術(shù),利用Java語(yǔ)言和Eclipse編輯工具對(duì)播放器進(jìn)行編寫。同時(shí)給出了詳細(xì)的系統(tǒng)設(shè)計(jì)過程、部分界面圖及主要功能運(yùn)行流程圖,本文還對(duì)高度過程中遇到的問題和解決方法進(jìn)行了詳細(xì)的討論,該音樂播放器集播放、暫停、停止、上一首、下一首、音量調(diào)節(jié)、歌詞顯示等功能于一體,性能良好,在Android系統(tǒng)中能獨(dú)立運(yùn)行。該播放器還擁有對(duì)手機(jī)文件瀏覽器的訪問功能、歌曲播放模式、以及歌詞開閉狀態(tài)的友好設(shè)置.MP3的全名是MPEG Audio Layer-3,是一種聲音文件的壓縮格式,由于本播放器只限于應(yīng)用層程序的探討,所以對(duì)具體的壓縮算法不作深究。
關(guān)鍵詞:Android,開源系統(tǒng), linux,音樂播放器,.MP3,壓縮算法,Java,Eclipse,開源,播放器,
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. MP3 Audio MPEG Layer - name is 3, is a kind of sound files compressed format, because the players to explore, so the application procedure for specific compression algorithm not probe
KeyWords:Android ; Open source system ; linux ; music player
TA們正在看...
- 2020年甘肅成人高考專升本生態(tài)學(xué)基礎(chǔ)真題及答案.doc
- 2020年甘肅成人高考專升本藝術(shù)概論真題及答案.doc
- 2020年甘肅成人高考專升本英語(yǔ)真題及答案.doc
- 2020年甘肅成人高考專升本高數(shù)(一)真題及答案.doc
- 2020年甘肅成人高考專升本高數(shù)(二)真題及答案.doc
- 2020年甘肅成人高考高起點(diǎn)歷史地理(文綜)真題及答案.doc
- 2020年甘肅成人高考高起點(diǎn)數(shù)學(xué)(文)真題及答案.doc
- 2020年甘肅成人高考高起點(diǎn)數(shù)學(xué)(理)真題及答案.doc
- 2020年甘肅成人高考高起點(diǎn)物理化學(xué)(理綜)真題及答案.doc
- 2020年甘肅成人高考高起點(diǎn)英語(yǔ)真題及答案.doc