All Projects → andremion → Music Cover View

andremion / Music Cover View

Licence: apache-2.0
Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps. 📀🎶

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Music Cover View

Rwidgethelper
Android UI 快速开发,专治原生控件各种不服
Stars: ✭ 996 (+316.74%)
Mutual labels:  shape, imageview, circle
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (-41%)
Mutual labels:  music, music-player
Musicplayer
A music player with pretty ui/ux design.
Stars: ✭ 232 (-2.93%)
Mutual labels:  music, music-player
Swift Radio Pro
Professional Radio Station App for iOS!
Stars: ✭ 2,644 (+1006.28%)
Mutual labels:  music, music-player
Discord Bot
A discord bot that can play music, moderate, log events and more
Stars: ✭ 127 (-46.86%)
Mutual labels:  music, music-player
Android App
Official LISTEN.moe Android app
Stars: ✭ 134 (-43.93%)
Mutual labels:  music, music-player
Odyssey
Odyssey music player
Stars: ✭ 153 (-35.98%)
Mutual labels:  music, music-player
Nicemusic
A Nice MusicPlayer Powered by StarrySky
Stars: ✭ 107 (-55.23%)
Mutual labels:  music, music-player
Tonejs Instruments
A small instrument sample library with quick-loader for tone.js
Stars: ✭ 172 (-28.03%)
Mutual labels:  music, music-player
Estmusicplayer
An elegant and simple iOS music player.
Stars: ✭ 2,165 (+805.86%)
Mutual labels:  music, music-player
Nighthawk
A stealthy, simple, unobtrusive music player that stays out of your way
Stars: ✭ 197 (-17.57%)
Mutual labels:  music, music-player
Dmusic
DMusic Player for Android - An online music player based on Component + MVP Base + MVP Customization + greenDAO + OkHttp3 + Retrofit + RxJava2; supports local and network music playback; can play Baidu music, Netease cloud music; support online music list , radio, MV, music online, download, local and online lyrics; Lyrics, music cache; self-built song list, song management, collection, sorting, sorting, skinning, sleep timing, mode switching, more settings, etc. 基于 Component + MVP Base + MVP Customization + greenDAO + OkHttp3 + Retrofit + RxJava2 的在线音乐播放器; 支持本地及网络音乐播放; 可播放百度音乐,网易云音乐; 支持在线音乐榜单, 电台, MV, 音乐在线播放,下载, 本地及在线歌词; 歌词, 音乐缓存; 自建歌单, 歌曲管理, 收藏, 排序, 分类, 换肤, 睡眠定时, 模式切换, 更多设置等
Stars: ✭ 121 (-49.37%)
Mutual labels:  music, music-player
Beatplayer
Music Player
Stars: ✭ 117 (-51.05%)
Mutual labels:  music, music-player
Electron Vue Music
基于 electron-vue 开发的音乐播放器,界面模仿QQ音乐,技术栈electron-vue+vue+vuex+vue-router+element- UI。欢迎star
Stars: ✭ 1,901 (+695.4%)
Mutual labels:  music, music-player
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (-53.97%)
Mutual labels:  music, music-player
Musicplayer
A minimal music player built on electron.
Stars: ✭ 145 (-39.33%)
Mutual labels:  music, music-player
Dmskin Cloudmusic
网易云音乐-用WPF来做网易云音乐客户端会怎么样?
Stars: ✭ 213 (-10.88%)
Mutual labels:  music, music-player
Smusic
html5音乐列表播放器
Stars: ✭ 106 (-55.65%)
Mutual labels:  music, music-player
Vue Mmplayer
🎵 基于 Vue 的在线音乐播放器(PC) Online music player
Stars: ✭ 1,632 (+582.85%)
Mutual labels:  music, music-player
Html Midi Player
🎹 Play and display MIDI files on the web
Stars: ✭ 158 (-33.89%)
Mutual labels:  music, music-player

License Apache 2.0 minSdkVersion 21 compileSdkVersion 24 maven-central

Android Arsenal Music-Cover-View MaterialUp Music-Cover-View

Music Cover View

A Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps.

Sample

It's used by this Music Player prototype.

Music Player

Installation

Include the library in your build.gradle

dependencies{
    compile 'com.github.andremion:musiccoverview:1.0.0'
}

or in your pom.xml if you are using Maven

<dependency>
  <groupId>com.github.andremion</groupId>
  <artifactId>musiccoverview</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>

Usage

<com.andremion.music.MusicCoverView
        android:id="@+id/cover"
        android:layout_width="match_parent"
        android:layout_height="@dimen/cover_height"
        android:src="@drawable/album_cover"/>

###Custom attributes

  • The shape of the View
<attr name="shape" format="enum">
    <enum name="rectangle" value="0"/>
    <enum name="circle" value="1"/>
</attr>
  • The color of the tracks when the shape is circle
<attr name="trackColor" format="color"/>

See more at the 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 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].