Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremion/music-cover-view
Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps. :dvd::notes:
https://github.com/andremion/music-cover-view
album-cover android circle circle-shape cover cover-view imageview morphs music music-cover music-player rotates shape
Last synced: 1 day ago
JSON representation
Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps. :dvd::notes:
- Host: GitHub
- URL: https://github.com/andremion/music-cover-view
- Owner: andremion
- License: apache-2.0
- Created: 2016-08-23T21:24:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T18:18:44.000Z (over 5 years ago)
- Last Synced: 2024-12-25T08:08:48.484Z (9 days ago)
- Topics: album-cover, android, circle, circle-shape, cover, cover-view, imageview, morphs, music, music-cover, music-player, rotates, shape
- Language: Java
- Homepage:
- Size: 1.6 MB
- Stars: 260
- Watchers: 15
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=true)](http://www.apache.org/licenses/LICENSE-2.0)
![minSdkVersion 21](https://img.shields.io/badge/minSdkVersion-21-red.svg?style=true)
![compileSdkVersion 24](https://img.shields.io/badge/compileSdkVersion-24-yellow.svg?style=true)
[![maven-central](https://img.shields.io/maven-central/v/com.github.andremion/musiccoverview.svg)](https://search.maven.org/#artifactdetails%7Ccom.github.andremion%7Cmusiccoverview%7C1.0.0%7Caar)[![Android Arsenal Music-Cover-View](https://img.shields.io/badge/Android%20Arsenal-Music--Cover--View-green.svg?style=true)](https://android-arsenal.com/details/1/4218)
[![MaterialUp Music-Cover-View](https://img.shields.io/badge/MaterialUp-Music--Cover--View-blue.svg?style=true)](https://www.uplabs.com/posts/music-cover-view)# Music Cover View
A Subclass of [ImageView](https://developer.android.com/reference/android/widget/ImageView.html) that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps.
![Sample](https://raw.githubusercontent.com/andremion/Music-Cover-View/master/art/sample.gif)
It's used by this [Music Player](https://github.com/andremion/Music-Player) prototype.
![Music Player](https://raw.githubusercontent.com/andremion/Music-Player/master/art/music_player_code.gif)
## Installation
Include the library in your `build.gradle`
```groovy
dependencies{
compile 'com.github.andremion:musiccoverview:1.0.0'
}
```or in your `pom.xml` if you are using Maven
```xml
com.github.andremion
musiccoverview
1.0.0
aar```
## Usage
```xml
```
###Custom attributes
- The shape of the View
```xml
```
- The color of the tracks when the shape is circle
```xml```
See more at the [sample](https://github.com/andremion/Music-Cover-View/tree/master/sample)
## License
Copyright 2016 André Mion
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 athttp://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.