{"id":26917677,"url":"https://github.com/talebrafiepour/circularprogressstepper","last_synced_at":"2025-04-01T20:50:18.443Z","repository":{"id":270106363,"uuid":"202997902","full_name":"TalebRafiepour/CircularProgressStepper","owner":"TalebRafiepour","description":"Rounded Android Progress Bar For Show Steps Of A Proccess","archived":false,"fork":false,"pushed_at":"2019-09-06T20:30:48.000Z","size":13982,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T13:47:30.954Z","etag":null,"topics":["andriod","circular","circularprog","coreanimation","coregraphics","kotlin","process","progress","progressbar","step","stepper"],"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/TalebRafiepour.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":"2019-08-18T12:04:37.000Z","updated_at":"2023-12-07T16:09:40.000Z","dependencies_parsed_at":"2024-12-28T13:47:33.173Z","dependency_job_id":"89bd2a99-de2d-4320-acb4-8d9d33205b1d","html_url":"https://github.com/TalebRafiepour/CircularProgressStepper","commit_stats":null,"previous_names":["talebrafiepour/circularprogressstepper"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FCircularProgressStepper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FCircularProgressStepper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FCircularProgressStepper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TalebRafiepour%2FCircularProgressStepper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TalebRafiepour","download_url":"https://codeload.github.com/TalebRafiepour/CircularProgressStepper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709904,"owners_count":20821298,"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":["andriod","circular","circularprog","coreanimation","coregraphics","kotlin","process","progress","progressbar","step","stepper"],"created_at":"2025-04-01T20:50:17.747Z","updated_at":"2025-04-01T20:50:18.426Z","avatar_url":"https://github.com/TalebRafiepour.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CircularProgressStepper\nRounded Android Progress Bar For Show Steps Of A Proccess\n\n\u003cimg src=\"https://github.com/TalebRafiepour/CircularProgressStepper/blob/master/cps-gif.gif\" width=\"300\"\u003e \n\n## 1.setup \nAdd the JitPack repository to your build file;\\n\nAdd it in your root build.gradle at the end of repositories:\n\n```\nallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n  \n  -------------------------------------\n\nAdd the dependency\n```\n  dependencies {\n\t        implementation 'com.github.TalebRafiepour:CircularProgressStepper:0.1'\n\t}\n   \n```\n## 2.usage\n\n```\n\u003ccom.taleb.cps.CircularProgressStepper android:layout_width=\"300dp\" android:layout_height=\"300dp\"\n                                           android:layout_gravity=\"center|top\"\n                                           android:id=\"@+id/cpsStepper\"\n                                           app:cps_numOfSteps=\"5\"\n                                           app:cps_currentStep=\"4\"\n                                           app:cps_stepsSize=\"38dp\"\n                                           app:cps_foregroundColor=\"#E4E4E4\"\n                                           app:cps_progressColor=\"#3FE6D1\"\n                                           app:cps_progressStrokeOffset=\"5dp\"\n                                           android:padding=\"10dp\"/\u003e\n```\nAnd you can also add custom image to steps in code: \n```\nprivate val stepsSrc = arrayOf(R.drawable.ic_one,R.drawable.ic_two,R.drawable.ic_three,\n        R.drawable.ic_four,R.drawable.ic_five)\n\t\n\tcpsStepper.setStepsImgSrc(stepsSrc)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalebrafiepour%2Fcircularprogressstepper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalebrafiepour%2Fcircularprogressstepper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalebrafiepour%2Fcircularprogressstepper/lists"}