题目:基于 Android 的音乐播放器设计与实现Title:Design and implementation of music player based on Android摘要随着时代的发展,人们的生活节奏逐渐加快,手机悄然间成为生活中必不可少的工具。人生需要通过自我娱乐缓解压力,听歌是一种较为普遍的方式,然而 Android 系统上播放音乐的软件大都款式简易,操作不方便。一款自定义的 Android 播放器就是解决这个问题的绝佳办法。Android 是以 Linux 操作系统为底层的开源系统。本文涉及到的音乐播放器选用 Android 系统中新研发的技术,利用 Java 语言以及 Android Studio 来设计音乐播放器。本文对播放器设计的过程、局部 UI 图形、运行流程图进行详细说明,并深入研究播放器设计过程中遇到的阻碍。这各音乐播放器主要具备播放、暂停、停止音乐以及上一首歌曲、下一首歌曲、音量调节、更换背景、滚动歌词等功能,功能完备,可以很好的适应安卓系统。这款播放器具备本地音乐文件扫描功能并且实现了歌曲播放模式、以及歌词开闭的友好设置。关键词:Android;音乐播放器;Linux;开源系统;IAbstractThe pace of life in today's society is getting faster and faster. People need to relax and have fun. The music player on the Android system is simple format and not easy to operate. A custom Android player is the best solution. Android is an open source system, its bottom is based on the Linux operating system, this thesis implemented by music player used the latest Android open source system technology, using the Java language and Android Studio design was carried out on the player. And gives the detailed design process, parts of the UI graphics and main function operation flow chart, the article also to the design process of the problem to a high degree of analysis, this music player play, pause, stop, a song, song lyrics, volume, display, skin replacement, desktop subtitles, and other functions into an organic whole, performance is superior, can in the android system running smoothly. The player also has local pla...