Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realduyuanchao/neteasemusic
Material Design NetEase Music Player In MVP Pattern Design 网易云音乐
https://github.com/realduyuanchao/neteasemusic
material-design music-player mvp rxjava
Last synced: 3 months ago
JSON representation
Material Design NetEase Music Player In MVP Pattern Design 网易云音乐
- Host: GitHub
- URL: https://github.com/realduyuanchao/neteasemusic
- Owner: realDuYuanChao
- Created: 2018-10-24T06:53:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T15:15:34.000Z (over 5 years ago)
- Last Synced: 2024-10-14T19:51:00.954Z (4 months ago)
- Topics: material-design, music-player, mvp, rxjava
- Language: Java
- Homepage:
- Size: 8.54 MB
- Stars: 70
- Watchers: 2
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetEase Music 网易云音乐
[![CI](https://travis-ci.org/shellhub/NetEaseMusic.svg?branch=master)](https://travis-ci.org/shellhub/NetEaseMusic)这是一个防网易云音乐Android APP,主要使用`MVP`(Model View Presenter)架构进行开发,网络请求主要采用 RxAndroid + Retrofit
> 加班开发中...
## APP截图
NeteaseMusic | 网易云音乐APP
:-------------------------:|:-------------------------:
![](capture/login.png) | ![](capture/main.png)
![](capture/local.png) | ![](capture/album.png)
![](capture/profile.png) | ![](capture/permission.png)
![](capture/comment.png) | ![](capture/search_entry.png)
![](capture/search_video.png) | ![](capture/search_artist.png)
![](capture/play.png) | ![](capture/controller.png)
![](capture/hot_fragment.png) | ![](capture/playlist.png)
## 感谢
[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)[Retrofit](https://github.com/square/retrofit)
[Okhttp](https://github.com/square/okhttp)
[RxAndroid](https://github.com/ReactiveX/RxAndroid)
[butterknife](https://github.com/JakeWharton/butterknife)
[Glide](https://github.com/bumptech/glide)
[circleimageview](https://github.com/hdodenhof/CircleImageView)
[Gson](https://github.com/google/gson)
[utilcode](https://github.com/Blankj/AndroidUtilCode)
[dagger](https://github.com/google/dagger)
[EventBus](https://github.com/greenrobot/EventBus)
[lombok](https://github.com/rzwitserloot/lombok)
[permissionsdispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher)
[flexbox](https://github.com/google/flexbox-layout)
[room](https://developer.android.com/topic/libraries/architecture/room)
[Google](https://www.google.com)
[Stackoverflow](https://stackoverflow.com/users/9106684/shellhub)