# TextureMusic
**Repository Path**: penggecd/TextureMusic
## Basic Information
- **Project Name**: TextureMusic
- **Description**: 一个在线与本地音乐播放器
- **Primary Language**: Android
- **License**: GPL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 28
- **Created**: 2021-02-13
- **Last Updated**: 2021-02-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# TextureMusic
#### 项目介绍
本项目为一个音乐播放器,界面部分参考网易云音乐,项目中API主要来源为GitHub上提供和
本人抓包获得,包含了网易云音乐的绝大部分API。
#### 界面截图
  
  
  
  

#### 构建过程
1. 将该项目clone或者下载后在App的build.gradle同级目录下添加customConfig.gradle文件,文件内容如下:
```
ext.customConfig = [
storePassword: '自己填写',
keyAlias : '自己填写',
keyPassword : '自己填写',
shareSdkS : 'shareSdkId(没有就填空)',
shareSdkS1 : 'shareSdk秘钥(没有就填空)'
]
```
如果不想使用上述方法来配置签名则直接将app级别的build.gradle中的第一行删除,然后自行配置签名
2. 编译项目并安装运行
#### 感谢以下开源项目
- OkHttp
- RxJava
- RxAndroid
- Retrofit
- Rxlifecycle
- Rxbinding
- Glide
- Lottie
- material-dialogs
- CircleImageView
- 时间选择器
- NativeStackBlur(高斯模糊)
- Vlayout(RecyclerView动态布局)
- Exoplayer(播放器)
- VideoCache(视频缓存)
- slidetoact(滑动解锁)
- ..........................................
#### Liences
Copyright 2014 - 2019 Henning Dodenhof
Licensed 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.