- clone
git clone https://github.com/ScarboroughCoral/JiTaMusic.git
- open
Open the project root directory with
android studio
- build & run
- About the color matching in app?
They come from Color Hunt
- About the icons in app?
They come from Alibaba vector icon library
- About the background in the play page?
By using the glide-transformations to blur the image.
├─java
│ └─com
│ └─example
│ └─lenovo
│ └─simplemusicplayer
│ ├─activities
│ ├─adapters
│ ├─entity
│ ├─helpers
│ └─util
│ └─mp3
└─res
├─anim
├─drawable
├─drawable-v24
├─layout
├─mipmap-anydpi-v26
├─mipmap-hdpi
├─mipmap-mdpi
├─mipmap-xhdpi
├─mipmap-xxhdpi
├─mipmap-xxxhdpi
├─values
└─values-v21