{"id":13640336,"url":"https://github.com/lopspower/CircularFillableLoaders","last_synced_at":"2025-04-20T02:33:33.058Z","repository":{"id":55109179,"uuid":"47830485","full_name":"lopspower/CircularFillableLoaders","owner":"lopspower","description":"Realize a beautiful circular fillable loaders to be used for splashscreen 🌊","archived":false,"fork":false,"pushed_at":"2021-07-21T07:33:22.000Z","size":160316,"stargazers_count":1221,"open_issues_count":2,"forks_count":164,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-04-07T21:11:20.051Z","etag":null,"topics":["android","circularfillableloaders"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lopspower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"lopspower","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-12-11T14:17:28.000Z","updated_at":"2025-03-11T16:48:12.000Z","dependencies_parsed_at":"2022-08-14T12:20:09.144Z","dependency_job_id":null,"html_url":"https://github.com/lopspower/CircularFillableLoaders","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopspower%2FCircularFillableLoaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopspower%2FCircularFillableLoaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopspower%2FCircularFillableLoaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopspower%2FCircularFillableLoaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lopspower","download_url":"https://codeload.github.com/lopspower/CircularFillableLoaders/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249840695,"owners_count":21332925,"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","circularfillableloaders"],"created_at":"2024-08-02T01:01:10.131Z","updated_at":"2025-04-20T02:33:31.059Z","avatar_url":"https://github.com/lopspower.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"/preview/header.png\"\u003e\u003c/p\u003e\n\nCircularFillableLoaders\n=================\n\n\u003cimg src=\"/preview/preview.gif\" alt=\"sample\" title=\"sample\" width=\"300\" height=\"447\" align=\"right\" vspace=\"52\" /\u003e\n\n[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)\n[![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14)\n[![Maven Central](https://img.shields.io/maven-central/v/com.mikhaellopez/circularfillableloaders.svg?label=Maven%20Central)](https://search.maven.org/artifact/com.mikhaellopez/circularfillableloaders)\n[![Twitter](https://img.shields.io/badge/Twitter-@LopezMikhael-blue.svg?style=flat)](http://twitter.com/lopezmikhael)\n\nThis is an Android project allowing to realize a beautiful circular fillable loaders to be used for splashscreen for example.\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.mikhaellopez.lopspower\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\nUSAGE\n-----\n\nTo make a circular fillable loaders add CircularFillableLoaders in your layout XML and add CircularFillableLoaders library in your project or you can also grab it via Gradle:\n\n```groovy\nimplementation 'com.mikhaellopez:circularfillableloaders:1.4.0'\n```\n\nXML\n-----\n\n```xml\n\u003ccom.mikhaellopez.circularfillableloaders.CircularFillableLoaders\n    android:id=\"@+id/circularFillableLoaders\"\n    android:layout_width=\"wrap_content\"\n    android:layout_height=\"wrap_content\"\n    android:src=\"@drawable/your_logo\"\n    app:cfl_border=\"true\"\n    app:cfl_border_width=\"12dp\"\n    app:cfl_progress=\"80\"\n    app:cfl_wave_amplitude=\"0.06\"\n    app:cfl_wave_color=\"#3f51b5\" /\u003e\n```\n\nYou must use the following properties in your XML to change your CircularFillableLoaders.\n\n| Properties              | Type      | Default                         |\n| ----------------------- | ----------| ------------------------------- |\n| `app:cfl_progress`      | integer   | 0                               |\n| `app:cfl_border`        | boolean   | true                            |\n| `app:cfl_border_width`  | dimension | 4dp                             |\n| `app:cfl_wave_color`    | color     | BLACK                           |\n| `app:cfl_wave_amplitude`| float     | 0.05f (between 0.00f and 0.10f) |\n\nJAVA\n-----\n\n```java\nCircularFillableLoaders circularFillableLoaders = (CircularFillableLoaders)findViewById(R.id.yourCircularFillableLoaders);\n// Set Progress\ncircularFillableLoaders.setProgress(60);\n// Set Wave and Border Color\ncircularFillableLoaders.setColor(Color.RED);\n// Set Border Width\ncircularImageView.setBorderWidth(10 * getResources().getDisplayMetrics().density);\n// Set Wave Amplitude (between 0.00f and 0.10f)\ncircularFillableLoaders.setAmplitudeRatio(0.08);\n```\n\nSUPPORT ❤️\n-----\n\nFind this library useful? Support it by joining [**stargazers**](https://github.com/lopspower/CircularFillableLoaders/stargazers) for this repository ⭐️\n\u003cbr/\u003e\nAnd [**follow me**](https://github.com/lopspower?tab=followers) for my next creations 👍\n\nLICENCE\n-----\n\nCircularFillableLoaders by [Lopez Mikhael](http://mikhaellopez.com/) is licensed under a [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).\nBased on a work at https://github.com/gelitenight/WaveView.\n","funding_links":["https://github.com/sponsors/lopspower"],"categories":["Java","进度条"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopspower%2FCircularFillableLoaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flopspower%2FCircularFillableLoaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopspower%2FCircularFillableLoaders/lists"}