{"id":27394547,"url":"https://github.com/k415hu/n-sidedprogressbar","last_synced_at":"2025-07-22T16:06:05.039Z","repository":{"id":83711576,"uuid":"146168197","full_name":"k415hu/N-SidedProgressBar","owner":"k415hu","description":"Progress Bar in the shape of regular polygon.","archived":false,"fork":false,"pushed_at":"2018-12-26T09:13:32.000Z","size":3564,"stargazers_count":69,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T22:41:09.175Z","etag":null,"topics":["progress-bar","progress-view"],"latest_commit_sha":null,"homepage":"","language":"Java","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/k415hu.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-26T09:37:11.000Z","updated_at":"2024-10-11T12:06:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ec5cb4c-bad9-429b-974c-c00e31517c0e","html_url":"https://github.com/k415hu/N-SidedProgressBar","commit_stats":null,"previous_names":["k415hu/n-sidedprogressbar","kaishu-sahu/n-sidedprogressbar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k415hu/N-SidedProgressBar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k415hu%2FN-SidedProgressBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k415hu%2FN-SidedProgressBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k415hu%2FN-SidedProgressBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k415hu%2FN-SidedProgressBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k415hu","download_url":"https://codeload.github.com/k415hu/N-SidedProgressBar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k415hu%2FN-SidedProgressBar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266524887,"owners_count":23942834,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["progress-bar","progress-view"],"created_at":"2025-04-13T22:37:25.895Z","updated_at":"2025-07-22T16:06:04.986Z","avatar_url":"https://github.com/k415hu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# N-SidedProgressBar \n\n[![Platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)\n![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)\n![GitHub](https://img.shields.io/badge/status-Under%20development-yellow.svg)\n\n\n\nProgress Bar in the shape of regular polygon.\n\n![1](/gifs/1.gif)\n![3](/gifs/3.gif)\n![2](/gifs/2.gif)\n\n## Download\nThe library is available on jcenter. Just add the dependency to your ```build.gradle``` file.\n```\nrepositories {\n    jcenter()\n}\n```\n```\nimplementation 'com.kaishu.nspb:nsidedprogressbar:1.0.2'\n```\n## Usage\nTo create NSidedProgressBar in xml :- \n```xml\n...\n\u003ccom.iitr.kaishu.nsidedprogressbar.NSidedProgressBar\n        android:id=\"@+id/NSidedProgressBar\"\n        android:layout_width=\"75dp\"\n        android:layout_height=\"75dp\"\n        android:layout_gravity=\"center\"\n        app:nsidedProg_baseSpeed=\"5\"\n        app:nsidedProg_sideCount=\"3\"\n        app:nsidedProg_clockwise=\"true\"\n        /\u003e\n...\n```\nDon't forget to add ```xmlns:app=\"http://schemas.android.com/apk/res-auto\"```\n\nOr in Java\n```java\n....\nNSidedProgressBar nSidedProgressBar  = new NSidedProgressBar(this, 3);\nnSidedProgressBar.setBaseSpeed(5);\n...\n```\n### Properties\nProperties which can be set from xml:-\n* ```nsidedProg_sideCount```: set the number of sides.\n* ```nsidedProg_primaryColor```: set the color of unmovable part.\n* ```nsidedProg_secondaryColor```: set the colot of movable part.\n* ```nsidedProg_baseSpeed```: set the speed(constant) of unaccelerated end. \n* ```nsidedProg_refreshRate```: set the fps of animation.\n* ```nsidedProg_primaryRimWidth```: set the width of unmovable part.\n* ```nsidedProg_secondaryRimWidth```: set the width of movable part.\n* ```nsidedProg_clockwise```: set the nature of rotation.\n* ```nsidedProg_determinate```: set the nature of progress bar.\n* ```nsidedProg_startSide```: set the starting point of determinate progress bar.\n\n## License\nN-sidedProgressBar is licensed under MIT license. View [license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk415hu%2Fn-sidedprogressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk415hu%2Fn-sidedprogressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk415hu%2Fn-sidedprogressbar/lists"}