畢業(yè)論文 基于android手機(jī)平臺(tái)的音樂(lè)播放器.doc
約55頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
畢業(yè)論文 基于android手機(jī)平臺(tái)的音樂(lè)播放器,目錄第一章 引 言- 1 -1.1 項(xiàng)目背景- 1 -1.2 編寫(xiě)目的- 2 -第二章 系統(tǒng)需求分析- 3 -2.1 功能需求(用例圖分析)- 3 -2.1.1 播放器的基本控制需求- 3 -2.1.2 播放清單列表管理需求- 5 -2.1.3 播放友好性需求- 7 -2.1.4 播放器擴(kuò)展卡需求- 8 -2.1.5 ...
內(nèi)容介紹
此文檔由會(huì)員 ljjwl8321 發(fā)布
目錄
第一章 引 言 - 1 -
1.1 項(xiàng)目背景 - 1 -
1.2 編寫(xiě)目的 - 2 -
第二章 系統(tǒng)需求分析 - 3 -
2.1 功能需求(用例圖分析) - 3 -
2.1.1 播放器的基本控制需求 - 3 -
2.1.2 播放清單列表管理需求 - 5 -
2.1.3 播放友好性需求 - 7 -
2.1.4 播放器擴(kuò)展卡需求 - 8 -
2.1.5 功能需求(時(shí)序圖)分析 - 9 -
2.2 系統(tǒng)結(jié)構(gòu)圖和流程圖 - 10 -
2.3 系統(tǒng)界面需求 - 11 -
2.4 系統(tǒng)性能需求 - 12 -
2.5 運(yùn)行環(huán)境需求 - 12 -
第三章 Android數(shù)據(jù)庫(kù)設(shè)計(jì) - 13 -
3.1 數(shù)據(jù)庫(kù)及字段屬性設(shè)計(jì) - 13 -
3.1.1 字段設(shè)計(jì)(表、圖) - 13 -
3.1.2 音樂(lè)播放器E-R圖 - 15 -
3.2 數(shù)據(jù)庫(kù)連接 - 15 -
3.2.1 創(chuàng)建數(shù)據(jù)庫(kù) - 15 -
3.2.2 操作數(shù)據(jù)庫(kù) - 16 -
3.2.3 數(shù)據(jù)顯示 - 17 -
第四章 Android項(xiàng)目介紹 - 18 -
4.1 什么是Android? - 18 -
4.1.1 Android簡(jiǎn)介 - 18 -
4.1.2 Android Features特性 - 18 -
4.1.3 Android基本框架(Android Architecture) - 19 -
4.1.4 Android系統(tǒng)的四大組件 - 22 -
4.2 搭建Android開(kāi)發(fā)環(huán)境 - 23 -
4.3 Android常用工具的使用 - 25 -
4.3.1 命令行的使用 - 25 -
4.3.2 Dalvik Debug Monitor Service (DDMS)的使用 - 26 -
4.4 Android 音樂(lè)播放器的工程 - 26 -
4.4.1 Android項(xiàng)目 - 26 -
4.4.2 Android工程程序結(jié)構(gòu) - 27 -
4.4.3 AndroidManifest.xml文件 - 29 -
第五章 播放器系統(tǒng)功能詳細(xì)設(shè)計(jì) - 31 -
5.1音樂(lè)播放器主界面功能實(shí)現(xiàn) - 31 -
5.1.1 播放器主界面 - 31 -
5.1.2 播放界面音軌的實(shí)現(xiàn) - 32 -
5.1.3 播放器播放、暫停、停止等功能 - 35 -
5.2 播放列表功能 - 36 -
5.3 菜單功能 - 38 -
5.3.1 菜單界面 - 38 -
5.3.2 菜單功能實(shí)現(xiàn) - 39 -
5.4 播放設(shè)置界面 - 41 -
5.4.1 界面實(shí)現(xiàn) - 41 -
5.4.2 歌詞顯示實(shí)現(xiàn) - 42 -
5.5 手機(jī)擴(kuò)展卡的訪問(wèn) - 44 -
5.5.1 文件瀏覽器界面 - 45 -
5.5.2 文件瀏覽器功能實(shí)現(xiàn) - 46 -
5.6 數(shù)據(jù)存儲(chǔ)方式 - 47 -
5.6.1 SharedPreferences - 47 -
5.6.2 File存儲(chǔ)方式 - 48 -
5.6.3 SQLiteDatabase數(shù)據(jù)庫(kù) - 48 -
第六章 結(jié) 論 - 49 -
摘 要
當(dāng)今社會(huì)的生活節(jié)奏越來(lái)越快+Android系統(tǒng)上一的款音樂(lè)播放器應(yīng)用程序的設(shè)計(jì)與實(shí)現(xiàn)進(jìn)行討論。Android是一個(gè)開(kāi)源的系統(tǒng),它底層是基于Linux的操作系統(tǒng),本論文的音樂(lè)播放器采用了Android開(kāi)源系統(tǒng)技術(shù),利用Java語(yǔ)言和Eclipse編輯工具對(duì)播放器進(jìn)行編寫(xiě)。同時(shí)給出了詳細(xì)的系統(tǒng)設(shè)計(jì)過(guò)程、部分界面圖及主要功能運(yùn)行流程圖,本文還對(duì)高度過(guò)程中遇到的問(wèn)題和解決方法進(jìn)行了詳細(xì)的討論,該音樂(lè)播放器集播放、暫停、停止、上一首、下一首、音量調(diào)節(jié)、歌詞顯示等功能于一體,性能良好,在Android系統(tǒng)中能獨(dú)立運(yùn)行。該播放器還擁有對(duì)手機(jī)文件瀏覽器的訪問(wèn)功能、歌曲播放模式、以及歌詞開(kāi)閉狀態(tài)的友好設(shè)置.MP3的全名是MPEG Audio Layer-3,是一種聲音文件的壓縮格式,由于本播放器只限于應(yīng)用層程序的探討,所以對(duì)具體的壓縮算法不作深究。
關(guān)鍵詞:Android ; 開(kāi)源系統(tǒng) ; linux ; 音樂(lè)播放器
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
第一章 引 言 - 1 -
1.1 項(xiàng)目背景 - 1 -
1.2 編寫(xiě)目的 - 2 -
第二章 系統(tǒng)需求分析 - 3 -
2.1 功能需求(用例圖分析) - 3 -
2.1.1 播放器的基本控制需求 - 3 -
2.1.2 播放清單列表管理需求 - 5 -
2.1.3 播放友好性需求 - 7 -
2.1.4 播放器擴(kuò)展卡需求 - 8 -
2.1.5 功能需求(時(shí)序圖)分析 - 9 -
2.2 系統(tǒng)結(jié)構(gòu)圖和流程圖 - 10 -
2.3 系統(tǒng)界面需求 - 11 -
2.4 系統(tǒng)性能需求 - 12 -
2.5 運(yùn)行環(huán)境需求 - 12 -
第三章 Android數(shù)據(jù)庫(kù)設(shè)計(jì) - 13 -
3.1 數(shù)據(jù)庫(kù)及字段屬性設(shè)計(jì) - 13 -
3.1.1 字段設(shè)計(jì)(表、圖) - 13 -
3.1.2 音樂(lè)播放器E-R圖 - 15 -
3.2 數(shù)據(jù)庫(kù)連接 - 15 -
3.2.1 創(chuàng)建數(shù)據(jù)庫(kù) - 15 -
3.2.2 操作數(shù)據(jù)庫(kù) - 16 -
3.2.3 數(shù)據(jù)顯示 - 17 -
第四章 Android項(xiàng)目介紹 - 18 -
4.1 什么是Android? - 18 -
4.1.1 Android簡(jiǎn)介 - 18 -
4.1.2 Android Features特性 - 18 -
4.1.3 Android基本框架(Android Architecture) - 19 -
4.1.4 Android系統(tǒng)的四大組件 - 22 -
4.2 搭建Android開(kāi)發(fā)環(huán)境 - 23 -
4.3 Android常用工具的使用 - 25 -
4.3.1 命令行的使用 - 25 -
4.3.2 Dalvik Debug Monitor Service (DDMS)的使用 - 26 -
4.4 Android 音樂(lè)播放器的工程 - 26 -
4.4.1 Android項(xiàng)目 - 26 -
4.4.2 Android工程程序結(jié)構(gòu) - 27 -
4.4.3 AndroidManifest.xml文件 - 29 -
第五章 播放器系統(tǒng)功能詳細(xì)設(shè)計(jì) - 31 -
5.1音樂(lè)播放器主界面功能實(shí)現(xiàn) - 31 -
5.1.1 播放器主界面 - 31 -
5.1.2 播放界面音軌的實(shí)現(xiàn) - 32 -
5.1.3 播放器播放、暫停、停止等功能 - 35 -
5.2 播放列表功能 - 36 -
5.3 菜單功能 - 38 -
5.3.1 菜單界面 - 38 -
5.3.2 菜單功能實(shí)現(xiàn) - 39 -
5.4 播放設(shè)置界面 - 41 -
5.4.1 界面實(shí)現(xiàn) - 41 -
5.4.2 歌詞顯示實(shí)現(xiàn) - 42 -
5.5 手機(jī)擴(kuò)展卡的訪問(wèn) - 44 -
5.5.1 文件瀏覽器界面 - 45 -
5.5.2 文件瀏覽器功能實(shí)現(xiàn) - 46 -
5.6 數(shù)據(jù)存儲(chǔ)方式 - 47 -
5.6.1 SharedPreferences - 47 -
5.6.2 File存儲(chǔ)方式 - 48 -
5.6.3 SQLiteDatabase數(shù)據(jù)庫(kù) - 48 -
第六章 結(jié) 論 - 49 -
摘 要
當(dāng)今社會(huì)的生活節(jié)奏越來(lái)越快+Android系統(tǒng)上一的款音樂(lè)播放器應(yīng)用程序的設(shè)計(jì)與實(shí)現(xiàn)進(jìn)行討論。Android是一個(gè)開(kāi)源的系統(tǒng),它底層是基于Linux的操作系統(tǒng),本論文的音樂(lè)播放器采用了Android開(kāi)源系統(tǒng)技術(shù),利用Java語(yǔ)言和Eclipse編輯工具對(duì)播放器進(jìn)行編寫(xiě)。同時(shí)給出了詳細(xì)的系統(tǒng)設(shè)計(jì)過(guò)程、部分界面圖及主要功能運(yùn)行流程圖,本文還對(duì)高度過(guò)程中遇到的問(wèn)題和解決方法進(jìn)行了詳細(xì)的討論,該音樂(lè)播放器集播放、暫停、停止、上一首、下一首、音量調(diào)節(jié)、歌詞顯示等功能于一體,性能良好,在Android系統(tǒng)中能獨(dú)立運(yùn)行。該播放器還擁有對(duì)手機(jī)文件瀏覽器的訪問(wèn)功能、歌曲播放模式、以及歌詞開(kāi)閉狀態(tài)的友好設(shè)置.MP3的全名是MPEG Audio Layer-3,是一種聲音文件的壓縮格式,由于本播放器只限于應(yīng)用層程序的探討,所以對(duì)具體的壓縮算法不作深究。
關(guān)鍵詞:Android ; 開(kāi)源系統(tǒng) ; linux ; 音樂(lè)播放器
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們正在看...
- 數(shù)據(jù)庫(kù)課程設(shè)計(jì)----sql課程設(shè)計(jì)報(bào)告.doc
- 數(shù)據(jù)庫(kù)課程設(shè)計(jì)--倉(cāng)庫(kù)管理系統(tǒng).doc
- 數(shù)據(jù)庫(kù)課程設(shè)計(jì)---車(chē)輛停泊管理系統(tǒng).doc
- 數(shù)據(jù)庫(kù)課程設(shè)計(jì)---家庭理財(cái)系統(tǒng).doc
- 數(shù)據(jù)庫(kù)課程設(shè)計(jì)---教職工管理系統(tǒng).doc
- 數(shù)據(jù)庫(kù)課程設(shè)計(jì)--酒店管理信息系統(tǒng).doc
- 數(shù)據(jù)庫(kù)課程設(shè)計(jì)---人事管理系統(tǒng).doc
- 數(shù)據(jù)庫(kù)原理課程設(shè)計(jì)--客房管理系統(tǒng).doc
- 數(shù)據(jù)庫(kù)原理課程設(shè)計(jì)--客房管理系統(tǒng).doc
- 數(shù)據(jù)庫(kù)原理課程設(shè)計(jì)---醫(yī)院管理系統(tǒng).doc