{"id":13589220,"url":"https://github.com/badoualy/stepper-indicator","last_synced_at":"2025-09-28T19:32:14.182Z","repository":{"id":81532644,"uuid":"61009870","full_name":"badoualy/stepper-indicator","owner":"badoualy","description":"Step indicator for onboarding or simple viewpager","archived":true,"fork":false,"pushed_at":"2020-10-19T18:40:46.000Z","size":1866,"stargazers_count":1483,"open_issues_count":22,"forks_count":260,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-01-08T12:18:04.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/badoualy.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":"2016-06-13T05:39:50.000Z","updated_at":"2024-12-26T13:57:14.000Z","dependencies_parsed_at":"2023-06-03T03:30:17.379Z","dependency_job_id":null,"html_url":"https://github.com/badoualy/stepper-indicator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoualy%2Fstepper-indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoualy%2Fstepper-indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoualy%2Fstepper-indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoualy%2Fstepper-indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badoualy","download_url":"https://codeload.github.com/badoualy/stepper-indicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234555962,"owners_count":18851879,"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":[],"created_at":"2024-08-01T16:00:25.857Z","updated_at":"2025-09-28T19:32:08.459Z","avatar_url":"https://github.com/badoualy.png","language":"Java","funding_links":[],"categories":["Uncategorized","StepView"],"sub_categories":["Uncategorized"],"readme":"[![Release](https://jitpack.io/v/badoualy/stepper-indicator.svg)](https://jitpack.io/#badoualy/stepper-indicator)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-stepper--indicator-green.svg?style=true)](https://android-arsenal.com/details/1/3711)\n\n# ![](https://github.com/badoualy/stepper-indicator/blob/master/sample/src/main/res/mipmap-mdpi/ic_launcher.png) Stepper indicator\n\u003e ### Designed by the awesome https://dribbble.com/LeslyPyram :)\n\u003e #### iOS (swift) version available at https://github.com/chenyun122/StepIndicator\n\n\u003cimg src=\"https://github.com/badoualy/stepper-indicator/blob/master/ART/screen.gif\" width=\"300\"\u003e\n\nSample\n----------------\n\nYou can checkout the [Sample Application](https://play.google.com/store/apps/details?id=com.badoualy.stepperindicator.sample) on the Play Store\n\nSetup\n----------------\n\nFirst, add jitpack in your build.gradle at the end of repositories:\n ```gradle\nrepositories {\n    // ...       \n    maven { url \"https://jitpack.io\" }\n}\n```\n\nThen, add the library dependency:\n```gradle\ncompile 'com.github.badoualy:stepper-indicator:1.0.7'\n```\n\nNow go do some awesome stuff!\n\nUsage\n----------------\n\n```xml\n\u003ccom.badoualy.stepperindicator.StepperIndicator\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"wrap_content\"\n    app:stpi_stepCount=\"5\"/\u003e\n```\n\nAttributes:\n\n| Name                   | Description                                         | Default value   |\n|------------------------|-----------------------------------------------------|-----------------|\n| stpi_animDuration      | duration of the line tracing animation              | 250 ms          |\n| stpi_stepCount         | number of pages/steps                               |                 |\n| stpi_circleColor       | color of the stroke circle                          | #b3bdc2 (grey)  |\n| stpi_circleRadius      | radius of the circle                                | 10dp            |\n| stpi_circleStrokeWidth | width of circle's radius                            | 4dp             |\n| stpi_indicatorColor    | color for the current page indicator                | #00b47c (green) |\n| stpi_indicatorRadius   | radius for the circle of the current page indicator | 4dp             |\n| stpi_lineColor         | color of the line between indicators                | #b3bdc2 (grey)  |\n| stpi_lineDoneColor     | color of a line when step is done                   | #00b47c (green) |\n| stpi_lineStrokeWidth   | width of the line stroke                            | 2dp             |\n| stpi_lineMargin        | margin at each side of the line                     | 5dp             |\n| stpi_showDoneIcon      | show the done check icon or not                     | true            |\n\n```java\nindicator.setViewPager(pager);\n// or keep last page as \"end page\"\nindicator.setViewPager(pager, pager.getAdapter().getCount() - 1); //\n// or manual change\nindicator.setStepCount(3);\nindicator.setCurrentStep(2);\n```\n\nLicence\n----------------\n```\nThe MIT License (MIT)\n\nCopyright (c) 2016 Yannick Badoual\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadoualy%2Fstepper-indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadoualy%2Fstepper-indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadoualy%2Fstepper-indicator/lists"}