{"id":16790108,"url":"https://github.com/chenlittleping/waveprogressbar","last_synced_at":"2025-07-12T08:33:04.810Z","repository":{"id":109497426,"uuid":"90928872","full_name":"ChenLittlePing/WaveProgressBar","owner":"ChenLittlePing","description":"A round loading view with dynamic wave（使用二阶贝塞尔曲线实现的圆形动态波浪）","archived":false,"fork":false,"pushed_at":"2017-05-12T09:30:40.000Z","size":594,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T23:32:41.083Z","etag":null,"topics":["android","canvas","path","waveprogressbar"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ChenLittlePing.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":"2017-05-11T02:34:13.000Z","updated_at":"2023-07-04T21:44:38.000Z","dependencies_parsed_at":"2023-05-05T11:31:03.094Z","dependency_job_id":null,"html_url":"https://github.com/ChenLittlePing/WaveProgressBar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChenLittlePing/WaveProgressBar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenLittlePing%2FWaveProgressBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenLittlePing%2FWaveProgressBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenLittlePing%2FWaveProgressBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenLittlePing%2FWaveProgressBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChenLittlePing","download_url":"https://codeload.github.com/ChenLittlePing/WaveProgressBar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenLittlePing%2FWaveProgressBar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264962582,"owners_count":23689842,"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","canvas","path","waveprogressbar"],"created_at":"2024-10-13T08:29:01.594Z","updated_at":"2025-07-12T08:33:04.785Z","avatar_url":"https://github.com/ChenLittlePing.png","language":"Java","readme":"# WaveProgressBar\nA round loading view with dynamic wave\n\u003cbr\u003e一个使用Path的二阶贝塞尔曲线画出波浪，并实现动态滚动的Loading控件\n\n![image](https://github.com/ChenLittlePing/WaveProgressBar/blob/master/gif/demo.gif) \n\n![image](https://github.com/ChenLittlePing/WaveProgressBar/blob/master/gif/demo1.gif)\n\n## How to use\n#### In XML\n```xml\n    \u003ccom.waveprogressbar.WaveProgressBar\n        android:id=\"@+id/wave\"\n        android:layout_width=\"200dp\"\n        android:layout_height=\"200dp\"\n        android:layout_centerInParent=\"true\"\n        app:fillColor=\"@android:color/holo_red_light\"\n        app:waveColor=\"@android:color/holo_green_light\"\n        app:strokeColor=\"@android:color/holo_green_light\"\n        app:strokeWidth=\"2dp\"\n        app:textSize=\"20sp\"/\u003e\n```\n\n#### In Activity\n```java\n    mWave = (WaveProgressBar) findViewById(R.id.wave);\n    mWave.setProgress(50);\n    //mWave.AnimateText(true, false);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenlittleping%2Fwaveprogressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenlittleping%2Fwaveprogressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenlittleping%2Fwaveprogressbar/lists"}