{"id":13645207,"url":"https://github.com/Taishi-Y/MusicIndicator","last_synced_at":"2025-04-21T13:32:15.152Z","repository":{"id":144182962,"uuid":"93392856","full_name":"Taishi-Y/MusicIndicator","owner":"Taishi-Y","description":"Music indicator for Android. Easy to use. 🎧 ✨","archived":false,"fork":false,"pushed_at":"2017-06-06T06:25:38.000Z","size":1854,"stargazers_count":491,"open_issues_count":3,"forks_count":62,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-10-31T01:07:19.452Z","etag":null,"topics":["android","android-application","android-development","android-library","android-ui","animation","music-library","ui-widget"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Taishi-Y.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-05T10:30:26.000Z","updated_at":"2024-10-04T08:29:41.000Z","dependencies_parsed_at":"2023-06-09T00:45:33.556Z","dependency_job_id":null,"html_url":"https://github.com/Taishi-Y/MusicIndicator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taishi-Y%2FMusicIndicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taishi-Y%2FMusicIndicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taishi-Y%2FMusicIndicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taishi-Y%2FMusicIndicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Taishi-Y","download_url":"https://codeload.github.com/Taishi-Y/MusicIndicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223440207,"owners_count":17145336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-application","android-development","android-library","android-ui","animation","music-library","ui-widget"],"created_at":"2024-08-02T01:02:31.243Z","updated_at":"2024-11-09T18:30:31.684Z","avatar_url":"https://github.com/Taishi-Y.png","language":"Java","funding_links":[],"categories":["Indicator"],"sub_categories":[],"readme":"# Music Indicator\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Music%20Indicator-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5846)\n[![Download](https://api.bintray.com/packages/taishi-y/maven/musicindicator/images/download.svg) ](https://bintray.com/taishi-y/maven/musicindicator/_latestVersion)\n[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nMusic indicator for Android.🎧 ✨\n\nYou can show this when the audio is played.🎵\n\n\u003cimg src=\"https://github.com/Taishi-Y/MusicIndicator/blob/master/art/samplegif.gif?raw=true\"\nalt=\"\" width=\"240\" border=\"10\" /\u003e\n\nInstallation\n============\nAdd it in your root build.gradle at the end of repositories:\n```gradle\ndependencies {\n  compile 'com.taishi-y:musicindicator:0.1.0'\n}\n```\n\nUsage\n=====\n\n1 - Include app namespace to the root element :\n\n\txmlns:app=\"http://schemas.android.com/apk/res-auto\"\n\n2 - Add the Indicator View with custom params :\n\n```\n\u003ccom.taishi.library.Indicator\n      android:id=\"@+id/indicator\"\n      android:layout_width=\"match_parent\"\n      android:layout_height=\"180dp\"\n      android:layout_alignParentTop=\"true\"\n      android:background=\"#000000\"\n      app:bar_num=\"50\"\n      app:bar_color=\"#1DD069\"\n      app:step_num=\"70\"\n      app:duration=\"20000\"\n      /\u003e\n```\n\n####  Supported Attributes\n\n| XML Attribute        | Java Attribute           | Description  |\n| ------------- |:-------------:| -----:|\n| app:bar_num      | setBarNum(int)     | Number of Bars |\n| app:bar_color     | setBarColor(int)      |  Color of the button |\n| app:duration | setDuration(int)      |    Duration of a bar animation |\n| app:step_num | setStepNum(int)      |    Number of bar animation steps|\n\n\n\n\nSample\n=====\n\n**1 - Normal Music Indicator**\n\n![Normal Music Indicator ](https://github.com/Taishi-Y/MusicIndicator/blob/master/art/circlenormal.gif?raw=true)\n\n```\n\u003ccom.taishi.library.Indicator\n      android:id=\"@+id/indicator\"\n      android:layout_width=\"match_parent\"\n      android:layout_height=\"180dp\"\n      android:layout_alignParentTop=\"true\"\n      android:background=\"#000000\"\n      app:bar_num=\"50\"\n      app:bar_color=\"#1DD069\"\n      app:step_num=\"70\"\n      app:duration=\"20000\"\n      /\u003e\n```\n\n**2 - Google Music Like**\n\n![](https://github.com/Taishi-Y/MusicIndicator/blob/master/art/circlesample.gif?raw=true)\n\n```\n  \u003cRelativeLayout\n          android:layout_width=\"wrap_content\"\n          android:layout_height=\"wrap_content\"\n          android:layout_margin=\"10dp\"\n          android:background=\"@drawable/circle\"\u003e\n          \u003ccom.taishi.library.Indicator\n              android:layout_width=\"50dp\"\n              android:layout_height=\"50dp\"\n              android:layout_margin=\"20dp\"\n              app:bar_num=\"3\"\n              app:bar_color=\"#fff\"\n              app:step_num=\"10\"\n              app:duration=\"3000\"/\u003e\n      \u003c/RelativeLayout\u003e\n```\n\n```\n\u003cshape xmlns:android=\"http://schemas.android.com/apk/res/android\"\n       android:shape=\"oval\"\u003e\n    \u003csolid\n        android:color=\"#48b3ff\"/\u003e\n\u003c/shape\u003e\n```\n\nSee the [example project](https://github.com/Taishi-Y/MusicIndicator/tree/master/app) for more samples\n\n\n\n\nDeveloped By\n============\n```\nTaishi Yamasaki\n```\n- Website (http://taishi.tech/)\n- Twitter (https://twitter.com/taishi_yamasaki)\n- LinkedIn (https://www.linkedin.com/in/taishi-yamasaki)\n- For contact, shoot me an email at \u003ctaishi.dev@gmail.com\u003e\n\n# How to Contribute\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n\n# License\n\n    Copyright 2017 Taishi Yamasaki\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaishi-Y%2FMusicIndicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTaishi-Y%2FMusicIndicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaishi-Y%2FMusicIndicator/lists"}