{"id":25905489,"url":"https://github.com/lomidzegaga/circular-progress-indicator","last_synced_at":"2025-09-10T15:33:59.995Z","repository":{"id":280156572,"uuid":"941136328","full_name":"lomidzegaga/Circular-Progress-Indicator","owner":"lomidzegaga","description":"Circular Progress Indicator","archived":false,"fork":false,"pushed_at":"2025-03-01T15:58:10.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T16:33:20.954Z","etag":null,"topics":["circular-progress-indicator","jetpack-animations","jetpack-compose","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lomidzegaga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-01T15:22:33.000Z","updated_at":"2025-03-01T15:59:11.000Z","dependencies_parsed_at":"2025-03-01T16:44:21.236Z","dependency_job_id":null,"html_url":"https://github.com/lomidzegaga/Circular-Progress-Indicator","commit_stats":null,"previous_names":["lomidzegaga/circular-progress-indicator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lomidzegaga%2FCircular-Progress-Indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lomidzegaga%2FCircular-Progress-Indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lomidzegaga%2FCircular-Progress-Indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lomidzegaga%2FCircular-Progress-Indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lomidzegaga","download_url":"https://codeload.github.com/lomidzegaga/Circular-Progress-Indicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610989,"owners_count":19990508,"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":["circular-progress-indicator","jetpack-animations","jetpack-compose","kotlin"],"created_at":"2025-03-03T05:15:16.864Z","updated_at":"2025-03-03T05:15:17.561Z","avatar_url":"https://github.com/lomidzegaga.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/gaga-lomidze/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n# 🚀 Jetpack Compose Circular Progress Indicator\n\nThis project demonstrates a custom Circular Progress Indicator built with Jetpack Compose. It showcases two animation modes:\n\n* `Immediate Start` - The animation begins as soon as the composable is loaded.\n* `Button-Controlled Start` - The animation starts only when the user presses a button.\n\n# 🎥 Demo\n🔹 Auto-Start Animation\n\nhttps://github.com/user-attachments/assets/21f9c114-48ff-4c85-83bf-47b19b8eaead\n\n🔹 Button-Controlled Animation\n\nhttps://github.com/user-attachments/assets/82ed20d3-8cbe-4077-8291-b72429fbd36a\n\n# 📌 Features\n\n✅ Customizable duration (seconds, minutes, hours, days)  \n✅ Adjustable stroke width, colors, and radius  \n✅ Supports immediate and delayed animation start  \n\n# 🛠️ Usage\n\n```kotlin\n// Auto-start animation\nCircularProgressIndicator()\n\n// Button-controlled animation\nval isAnimationStart = remember { mutableStateOf(false) }\n\nButton(onClick = { isAnimationStart.toggle() }) {\n   Text(\"Start/Stop Animation\")\n}\n\n// Simple Extension for change isAnimationStart value\nfun MutableState\u003cBoolean\u003e.toggle() {\n   value = !value\n}\n\nCircularProgressIndicator(startAnimation = isAnimationStart)\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flomidzegaga%2Fcircular-progress-indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flomidzegaga%2Fcircular-progress-indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flomidzegaga%2Fcircular-progress-indicator/lists"}