{"id":19162339,"url":"https://github.com/agilie/volumecontrolview","last_synced_at":"2025-05-07T10:41:14.937Z","repository":{"id":71906241,"uuid":"93773872","full_name":"agilie/VolumeControlView","owner":"agilie","description":"Visual regulator can be connected to a player or other smart house’s device making the process of controlling the level of a particular characteristic much easier. ","archived":false,"fork":false,"pushed_at":"2017-07-25T12:09:37.000Z","size":286,"stargazers_count":75,"open_issues_count":4,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-19T21:24:45.795Z","etag":null,"topics":["android","animation","custom-view","kotlin","volume","volume-control"],"latest_commit_sha":null,"homepage":"https://agilie.com","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agilie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-08T17:13:52.000Z","updated_at":"2024-01-01T12:31:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3b58fa2-27d8-4f04-8c85-d3dd5b7300c9","html_url":"https://github.com/agilie/VolumeControlView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FVolumeControlView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FVolumeControlView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FVolumeControlView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilie%2FVolumeControlView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilie","download_url":"https://codeload.github.com/agilie/VolumeControlView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252861722,"owners_count":21815733,"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","animation","custom-view","kotlin","volume","volume-control"],"created_at":"2024-11-09T09:10:21.861Z","updated_at":"2025-05-07T10:41:14.924Z","avatar_url":"https://github.com/agilie.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1777595/28303339-57071e98-6b9b-11e7-89a4-845ad22e04ce.png\" alt=\"VolumeControlView\" title=\"VolumeControlView\" width=\"75%\"/\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\n\n\u003cp align=\"center\"\u003e\n\n\u003ca href=\"https://www.agilie.com?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=Git_Android_Kotlin\u0026utm_term=VolumeControlView\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Made%20by-Agilie-green.svg?style=flat\" alt=\"Made by Agilie\"\u003e\n\u003c/a\u003e\n\n\u003ca href='https://bintray.com/agilie/maven/VolumeControlView/_latestVersion'\u003e\n\u003cimg src='https://api.bintray.com/packages/agilie/maven/VolumeControlView/images/download.svg'\u003e\n\u003c/a\u003e\n\n\u003ca href='https://raw.githubusercontent.com/agilie/VolumeControlView/master/LICENSE.txt'\u003e\n\u003cimg src='https://img.shields.io/badge/license-MIT-blue.svg' alt='GitHub license'\u003e\n\u003c/a\u003e\n\n\u003c/p\u003e\n\nWe’re happy to introduce you a new free regulator VolumeControlView based on our lightweight open-source visual component that doesn't require extra lines of code and can be easily integrated into your project. Visual regulator can be connected to a player or other smart house’s device making the process of controlling the level of a particular characteristic much easier.\n\n### Demo\n\n\u003cimg src=\"https://user-images.githubusercontent.com/17047537/26981465-ef1759ae-4d3d-11e7-85bd-b04338761719.gif\"\u003e \u003cimg src=\"https://user-images.githubusercontent.com/17047537/26981461-edd0ee7a-4d3d-11e7-8b79-5f9ce4a80552.gif\"\u003e \n\n## Link to iOS repo\n\nCheck out our iOS [VolumeControlView](https://github.com/agilie/AGVolumeControlView) also!\n\n## Example\nTo run the example project, clone the repo, and run sample.\n### How to use\n\nJust add VolumeControlView to your layout file:\n```kotlin\n \u003ccom.agilie.volumecontrol.view.VolumeControlView\n        android:id=\"@+id/controllerView\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"270dp\"\u003e\n````\n\nThe visual display of this regulator can be easily customized. One has a possibility to choose colors, the gradient style and background according to the wishes:\n```kotlin\nvar colors : intArrayOf\nvar backgroundLayoutColor : Color\nvar minShiningRadius : Float\nvar maxShiningRadius : Float\nvar shiningFrequency : Float\n````\n````xml\n\u003cdeclare-styleable name=\"VolumeControlView\"\u003e\n        \u003cattr name=\"innerCircleColor\" format=\"color\" /\u003e\n        \u003cattr name=\"movableCircleColor\" format=\"color\" /\u003e\n        \u003cattr name=\"splineCircleColor\" format=\"color\" /\u003e\n        \u003cattr name=\"controllerSpace\" format=\"float\" /\u003e\n        \u003cattr name=\"sectorRadius\" format=\"integer\" /\u003e\n        \u003cattr name=\"movableCircleRadius\" format=\"float\" /\u003e\n        \u003cattr name=\"minShiningRadius\" format=\"float\" /\u003e\n        \u003cattr name=\"maxShiningRadius\" format=\"float\" /\u003e\n        \u003cattr name=\"shiningFrequency\" format=\"float\" /\u003e\n\u003c/declare-styleable\u003e\n````\n## Usage\n\n### Gradle\n\nAdd dependency in your `build.gradle` file:\n````gradle\ncompile 'com.agilie:volume-control-view:1.0'\n````\n\n### Maven\nAdd  dependency in your `.pom` file:\n````xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.agilie\u003c/groupId\u003e\n  \u003cartifactId\u003evolume-control-view\u003c/artifactId\u003e\n  \u003cversion\u003e1.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n````\n\n## Requirements\n\nVolumeControlView works on Android API 19+\n\n## Troubleshooting\n\nProblems? Check the [Issues](https://github.com/agilie/VolumeControlView/issues) block\nto find the solution or create an new issue that we will fix asap.\n\n## Author\n\nThis library is open-sourced by [Agilie Team](https://www.agilie.com?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=Git_Android_Kotlin\u0026utm_term=VolumeControlView) \u003cinfo@agilie.com\u003e\n\n## Contributors\n\n- [Eugene Surkov](https://github.com/ukevgen)\n\n## Contact us\nIf you have any questions, suggestions or just need a help with web or mobile development, please email us at \u003cbr /\u003e\n\u003candroid@agilie.com\u003e \u003cbr /\u003e\nYou can ask us anything from basic to complex questions. \u003cbr /\u003e\nWe will continue publishing new open-source projects. Stay with us, more updates will follow! \u003cbr /\u003e\n\n## License\n\nThe [MIT](LICENSE.md) License (MIT) Copyright © 2017 [Agilie Team](https://www.agilie.com?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=Git_Android_Kotlin\u0026utm_term=VolumeControlView)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilie%2Fvolumecontrolview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilie%2Fvolumecontrolview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilie%2Fvolumecontrolview/lists"}