{"id":13396329,"url":"https://github.com/Rogero0o/CatLoadingView","last_synced_at":"2025-03-13T22:32:13.029Z","repository":{"id":54178029,"uuid":"55218329","full_name":"Rogero0o/CatLoadingView","owner":"Rogero0o","description":"Android CatLoadingView","archived":false,"fork":false,"pushed_at":"2021-03-08T08:25:07.000Z","size":143,"stargazers_count":1069,"open_issues_count":1,"forks_count":193,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-10-15T10:06:14.407Z","etag":null,"topics":[],"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/Rogero0o.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}},"created_at":"2016-04-01T09:02:26.000Z","updated_at":"2024-10-11T06:43:27.000Z","dependencies_parsed_at":"2022-08-13T08:30:35.125Z","dependency_job_id":null,"html_url":"https://github.com/Rogero0o/CatLoadingView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FCatLoadingView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FCatLoadingView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FCatLoadingView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FCatLoadingView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rogero0o","download_url":"https://codeload.github.com/Rogero0o/CatLoadingView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221417403,"owners_count":16816881,"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-07-30T18:00:45.045Z","updated_at":"2024-10-25T10:32:11.086Z","avatar_url":"https://github.com/Rogero0o.png","language":"Kotlin","readme":"# Android CatLoadingView\n\nThis project idea is from [Link](http://mp.weixin.qq.com/s?__biz=MjM5MDMxOTE5NA==\u0026mid=402703079\u0026idx=2\u0026sn=2fcc6746a866dcc003c68ead9b68e595\u0026scene=2\u0026srcid=0302A7p723KK8E5gSzLKb2ZL\u0026from=timeline\u0026isappinstalled=0#wechat_redirect).\u003cbr\u003e\nThanks for the idea.\u003cbr\u003e\n\nI like the animation in this picture:\u003cbr\u003e\n\n![](http://ww4.sinaimg.cn/mw690/a695acdejw1f2hbmfxzk5g208u0a2ass.gif)\n\n...as you see it right now, I hope you like it!\n\n### Step\n\nImport this project into Android Studio... it's built with it.\n\n###  Usage\n\n#### Gradle\n\n```\nimplementation 'com.roger.catloadinglibrary:catloadinglibrary:1.0.9'\n```\n\n####  config in java code\n\n```java\nCatLoadingView mView;\n\n\n@Override protected void onCreate(Bundle savedInstanceState) {\nsuper.onCreate(savedInstanceState);\nsetContentView(R.layout.activity_main);\n\nmView = new CatLoadingView();\nfindViewById(R.id.button).setOnClickListener(\n\tnew View.OnClickListener() {\n\t    @Override public void onClick(View v) {\n\t\tmView.show(getSupportFragmentManager(), \"\");\n\t    }\n\t});\n}\n```\n\n### Set Background Color\n\n```java\n\tmView.setBackgroundColor(Color.parseColor(\"#000000\"));\n```\n## TODO\n\nThis view is adjusted in Nexus5 but not tested on other screen sizes.\n\n## About me\n\nA small guy in Fujian, mainland China.\n\nIf you have any new ideas about this project, feel free to tell me. Tks. :smiley:\n\n\n## License\n\n\tThe MIT License (MIT)\n\n\tCopyright © 2015 Roger\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in\n\tall copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\tTHE SOFTWARE.\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-CatLoadingView-green.svg?style=true)](https://android-arsenal.com/details/1/3369)\n","funding_links":[],"categories":["Index `(light-weight pages)`","Libraries","进度条","Index","Kotlin"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRogero0o%2FCatLoadingView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRogero0o%2FCatLoadingView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRogero0o%2FCatLoadingView/lists"}