【正文】
學(xué)號: 常 州 大 學(xué) 畢業(yè)設(shè)計(jì)(論文) ( 2021 屆 ) 題 目 基于 Android 平臺的手機(jī)音樂播放器的設(shè)計(jì)與實(shí)現(xiàn) 學(xué) 生 學(xué) 院 專 業(yè) 班 級 校內(nèi)指導(dǎo)教師 專業(yè)技術(shù)職務(wù) 校外指導(dǎo)老師 專業(yè)技術(shù)職務(wù) 二 ○一二年六月 I 基于 Android 平臺的手機(jī)音樂播放器的設(shè)計(jì)與實(shí)現(xiàn) 摘要 當(dāng)今社會的生活節(jié)奏越來越快,隨著硬件移動設(shè)備的越來越先進(jìn),人們對移動設(shè)備的要求也越來越高,從以前的追求技術(shù)到現(xiàn)在的追求視覺,因此,也逐步的提高了對系統(tǒng)的要求,本文主要是對 Android 系統(tǒng)上一款音樂播放器應(yīng)用程序的設(shè)計(jì)與實(shí)現(xiàn)進(jìn)行討論。 Android 是 一個開源的系統(tǒng),它底層是基于 Linux 的操作系統(tǒng),本論文的音樂播放器采用了 Android 開源系統(tǒng)技術(shù),利用 Java 語言和 Eclipse 編輯工具對播放器進(jìn)行編寫。同時給出了詳細(xì)的系統(tǒng)設(shè)計(jì)過程、部分界面圖及主要功能運(yùn)行流程圖。本文還對高度過程中遇到的問題和解決方法進(jìn)行了詳細(xì)的討論,該音樂播放器集播放、暫停、停止、上一首、下一首、音量調(diào)節(jié)、歌詞顯示等功能于一體,性能良好,在 Android 系統(tǒng)中能獨(dú)立運(yùn)行。該播放器還擁有對手機(jī)文件瀏覽器的訪問功能、歌曲播放模式、以及歌詞開閉狀態(tài)的友好設(shè)置 .MP3的全名是 MPEG Audio Layer3,是一種聲音文件的壓縮格式 ,由于本播放器只限于應(yīng)用層程序的探討,所以對具體的壓縮算法不作深究。 關(guān)鍵詞 : Android 。 開源系統(tǒng) 。 音樂播放器 II Design and Implementation of Mobile Phone Music Player Based on the Android Platform Abstract: The pace of life in today39。s society is quicker and quicker, with more advanced hardware mobile devices for mobile devices, which is required more and more high from the previous pursuit to pursue the visual technology, therefore, the people also gradually improve the system requirements, the paper mainly is to take on a music player from system design and realization of the application . Android is an open source system, it is based on the Linux operating system, the music player of the paper adopt the Android opensource system technology and take advantage of the Java language and editing tools to Eclipse players. Simultaneously, it gives the detailed design process, the part of the system and the main functions of operation interface diagram of height, the paper has detailed discussions about problems and solving methods in flow process, the music player covers episode, pause, stop, up, next, volume adjustment and lyrics display functions etc, because of good performance, it 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. The full name of MP3 is MPEG Audio Layer 3 and a kind of sound files pressed format. Because the players is only limited to the exploration of applied program, it doesn’t study the specific pression algorithm. Key Words: Android 。 Open source system 。 music player III 摘要 ............................................................................................................................................. I 術(shù) 語 表 ....................................................................................................................................V 1 概述 ........................................................................................................................................ 1 課題的背景和意義 ...................................................................................................... 1 課題的研究歷史和發(fā)展現(xiàn)狀 ...................................................................................... 1 課題研究的主要內(nèi)容 .................................................................................................. 2 方案的原理、特點(diǎn)與選擇依據(jù) ................................................................................. 3 2 系統(tǒng)需求分析 ........................................................................................................................ 3 可行性分析 .................................................................................................................. 3 經(jīng)濟(jì)可行性分析 .............................................................................................. 3 技術(shù)可行性分析 .............................................................................................. 3 社會可行性分析 .............................................................................................. 3 系統(tǒng)需求分析 .............................................................................................................. 4 功能需求 ........................................................................................................... 4 界面需求 ........................................................................................................... 4 性能需求 ........................................................................................................... 4 可靠性要求 ...................................................................................................... 4 運(yùn)行環(huán)境需求 ................................................................................................... 4 3 總體設(shè)計(jì) ................................................................................................................................ 5 系統(tǒng)結(jié)構(gòu)設(shè)計(jì)和流程設(shè)計(jì) ......................................................................................... 5 音樂播放器的系統(tǒng)流程設(shè)計(jì) ........................................................................... 5 系統(tǒng)功能設(shè)計(jì)和系統(tǒng)功能結(jié)構(gòu)設(shè)計(jì) ............................................................... 6 Android 數(shù)據(jù)庫設(shè)計(jì) .................................................................................................... 7 字段設(shè)計(jì) .......................................................................................................... 8 SQLiteDatabase 數(shù)據(jù)庫 .................................................................................... 9 4 Android 項(xiàng)目 ......................................................................................................................... 10 Android 簡介 .............................................................................................................. 10 Android Fe