{"id":13989518,"url":"https://github.com/recruit-lifestyle/ColoringLoading","last_synced_at":"2025-07-22T11:30:33.880Z","repository":{"id":36050685,"uuid":"40348503","full_name":"recruit-lifestyle/ColoringLoading","owner":"recruit-lifestyle","description":null,"archived":false,"fork":false,"pushed_at":"2015-08-20T08:09:31.000Z","size":2364,"stargazers_count":375,"open_issues_count":0,"forks_count":64,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-07-12T17:26:32.512Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/recruit-lifestyle.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}},"created_at":"2015-08-07T07:56:39.000Z","updated_at":"2025-05-02T16:32:58.000Z","dependencies_parsed_at":"2022-09-03T17:11:15.809Z","dependency_job_id":null,"html_url":"https://github.com/recruit-lifestyle/ColoringLoading","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/recruit-lifestyle/ColoringLoading","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recruit-lifestyle%2FColoringLoading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recruit-lifestyle%2FColoringLoading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recruit-lifestyle%2FColoringLoading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recruit-lifestyle%2FColoringLoading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recruit-lifestyle","download_url":"https://codeload.github.com/recruit-lifestyle/ColoringLoading/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recruit-lifestyle%2FColoringLoading/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266483429,"owners_count":23936339,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T13:01:43.008Z","updated_at":"2025-07-22T11:30:33.502Z","avatar_url":"https://github.com/recruit-lifestyle.png","language":"Java","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# ColoringLoading\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ColoringLoading-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2352)\n[![Release](https://img.shields.io/github/release/recruit-lifestyle/ColoringLoading.svg?label=maven version)](https://github.com/recruit-lifestyle/ColoringLoading)\n[![License](https://img.shields.io/hexpm/l/plug.svg)]()  \nThis project provide Coloring Loading View for Android.  \nAnd this project is not using the image file!  \n\nEven if this works fine with API.13 or less, we support only for API.14 or more.  \n\n\n## Screenshots\n*Watch YouTube video [here](https://www.youtube.com/watch?v=FE2xtGytyGs).*  \n![](./sc/animation.gif)  \n\n| NINJA                               | BUTTERFLY                          | VIOLIN                              |\n|:------------------------------------|:-----------------------------------|:-----------------------------------|\n| \u003cimg src=\"./sc/sc1.png\" width=\"200\"\u003e|\u003cimg src=\"./sc/sc2.png\" width=\"200\"\u003e|\u003cimg src=\"./sc/sc11.png\" width=\"200\"\u003e|\n\n| RIFLE                               | HEAR STYLE                         | TOOTH                              |\n|:------------------------------------|:-----------------------------------|:-----------------------------------|\n| \u003cimg src=\"./sc/sc4.png\" width=\"200\"\u003e|\u003cimg src=\"./sc/sc5.png\" width=\"200\"\u003e|\u003cimg src=\"./sc/sc6.png\" width=\"200\"\u003e|\n\n| CUCUMBER                            | STORM                              | DOGEZA                             |\n|:------------------------------------|:-----------------------------------|:-----------------------------------|\n| \u003cimg src=\"./sc/sc12.png\" width=\"200\"\u003e|\u003cimg src=\"./sc/sc8.png\" width=\"200\"\u003e|\u003cimg src=\"./sc/sc9.png\" width=\"200\"\u003e|\n\n| CAT                                 |\n|:------------------------------------|\n| \u003cimg src=\"./sc/sc10.png\" width=\"200\"\u003e|\n\n\n## Requirements\nTarget Sdk Version : 21  \nMin Sdk Version : 14  \n\n##  How to use\n1) Add this to your **build.gradle**.\n```java\nrepositories {\n    maven {\n        url \"https://jitpack.io\"\n    }\n}\n\ndependencies {\n  compile 'com.github.recruit-lifestyle:ColoringLoading:1.0'\n}\n```  \n\n2) Add  ```java jp.co.recruit_lifestyle.android.widget.ColoringLoadingView ```.  \n```xml\n\u003cjp.co.recruit_lifestyle.android.widget.ColoringLoadingView\n    android:layout_width=\"300dp\"\n    android:layout_height=\"300dp\"\n    /\u003e\n```  \n\n3) Select Character.  \n```java\nloadingView.setCharacter(ColoringLoadingView.Character.BUTTERFLY);\n```\n\n4) Call ```java ColoringLoadingView#startDrawAnimation```  \n```java\nloadingView.startDrawAnimation();\n```\n\n5) When finished, call setVisibility(GONE)  \n```java\nloadingView.setVisibility(View.GONE);\n```\n\n## Custom\nIf you need another Character, you can make new Character very easy.  \n\n1) Make 100pt * 100pt Canvas with Illustrator  \n\n2) Draw new Character  \n\n\u003cimg src=\"./sc/ill1.png\" width=\"200\"\u003e\n\n3) Open ExtendScript ToolKit and import \u003ca href=\"./ConvertScript.jsx\"\u003eConvertScript.jsx\u003c/a\u003e\n\n4) Select new Character, Run \u003ca href=\"./ConvertScript.jsx\"\u003eConvertScript.jsx\u003c/a\u003e  \n\n\u003cimg src=\"./sc/ill2.png\" width=\"600\"\u003e  \n\n5) Copy the results outputted to CharacterPath.java  \n\n6) Update \u003ca href=\"./library/src/main/java/jp/co/recruit_lifestyle/android/widget/ColoringLoadingView.java\"\u003eColoringLoadingView.java\u003c/a\u003e  \nUpdate Character  \n\u003cimg src=\"./sc/ill3.png\" width=\"400\"\u003e  \n\nAdd new case and put in CharacterPath variable\n\u003cimg src=\"./sc/ill4.png\" width=\"600\"\u003e  \n\n## Credits\n\nColoringLoading is owned and maintained by [RECRUIT LIFESTYLE CO., LTD.](http://www.recruit-lifestyle.co.jp/)\n\nColoringLoading was originally created by [Yuki Mima](https://github.com/amyu)  \n\n\n## License\n\n    Copyright 2015 RECRUIT LIFESTYLE CO., LTD.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecruit-lifestyle%2FColoringLoading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecruit-lifestyle%2FColoringLoading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecruit-lifestyle%2FColoringLoading/lists"}