/miplayer

米波音乐播放器Android版

Primary LanguageJava

米波音乐播放器

这是一款Android音乐播放器,基于Android的原生的MediaPlayer, 使用Android Studio开发。

要求

  • Android SDK 21
  • Gradle 2.2.1

开始

可以使用 "gradlew build" 命令或者在Android Studio中 "Import Project" 自动构建项目。

截图

主屏幕

专辑

播放屏幕

支持

ViewPager切换的部分使用PagerSlidingTabStrip

获取专辑封面部分代码采用网络上的一篇博客上面的代码http://blog.csdn.net/wwj_748/article/details/9237561

如果发现我的项目有什么不足或者可以改进的地方,请给我提意见 https://github.com/MaybeMercy/miplayer/issues

许可

Copyright 2014 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.