【正文】
嵌入式系統(tǒng)綜合設計說明書 題 目: 基于 Android 的音樂播放器設計與實現(xiàn) 姓 名 : 學 院 : 信息工程學院 班 級: 指導教師 : 2020 年 9 月 24 日 學校代碼: 10128 學 號: 202020202076 II 摘 要 Android 是一種以 Linux 為基礎的開放源代碼操作系統(tǒng),本文就 android 平臺下設計和實現(xiàn)音樂播放器,利用 java 語言和 Eclipse 編程工具實現(xiàn)。通過設計能夠實現(xiàn)音樂的播放、暫停、上一曲、下一曲、音樂列表、聲音控制、幫助菜單等功能,通過 對 基于 android 平臺下的播放器的設計, 了 解音樂播放器的設計的原理和實現(xiàn)的相關技術, 掌握了 android 編程思想以及基本的應用組件,對以后從事 android 開發(fā)有很大的幫助。 關鍵詞: android;音樂播放器; 嵌入式 ; java III Abstract Android is a Linuxbased opensource operating system, this article on the android platform design and realization of the music player, the use of the Java language and the Eclipse programming tools. Can be achieved through the design of the music playback, pause, previous song, next song, music list, sound control, the Help menu and other functions through the principle player in android platformbased design, and to understand the design of the music player realization of the related technology, to master the android programming ideas, as well as basic application ponents, great help later in the android development. Keywords: android。 music player。 embedded。 java 目 錄 摘 要 .............................................................. II Abstract.......................................................... III 目 錄 .............................................................. 1 第一章 總體功能介紹 ................................................. 1 功能介紹 ............................................................................................................ 1 各功能模塊圖 ............................................................................................ 1 設計思想 .................................................................................................... 2 系統(tǒng)結構用例圖 ................................................................................................. 2 第二章 詳細設計及功能實現(xiàn) ........................................... 4 播放器界面的設計 .............................................................................................. 4 播放動畫的設計 ................................................................................................. 5 各模塊詳細設計 ................................................................................................. 5 聲音控制模塊 ............................................................................................ 6 播放暫停模塊 .............................................................