{"id":28360389,"url":"https://github.com/stevendxc/loadingstateview","last_synced_at":"2025-09-19T06:55:42.603Z","repository":{"id":217138163,"uuid":"64728796","full_name":"StevenDXC/LoadingStateView","owner":"StevenDXC","description":"loading view with state for android","archived":false,"fork":false,"pushed_at":"2016-08-02T06:27:54.000Z","size":252,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T00:38:35.813Z","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/StevenDXC.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-08-02T06:03:45.000Z","updated_at":"2018-11-29T07:53:15.000Z","dependencies_parsed_at":"2024-01-14T20:29:05.015Z","dependency_job_id":null,"html_url":"https://github.com/StevenDXC/LoadingStateView","commit_stats":null,"previous_names":["stevendxc/loadingstateview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StevenDXC/LoadingStateView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenDXC%2FLoadingStateView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenDXC%2FLoadingStateView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenDXC%2FLoadingStateView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenDXC%2FLoadingStateView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StevenDXC","download_url":"https://codeload.github.com/StevenDXC/LoadingStateView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenDXC%2FLoadingStateView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272100683,"owners_count":24873442,"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-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":"2025-05-28T11:07:49.630Z","updated_at":"2025-09-19T06:55:37.576Z","avatar_url":"https://github.com/StevenDXC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LoadingStateView\nloading view with state for android\n\nswift version:https://github.com/StevenDXC/DxLoadingHUD\n\n\nDemo:\n\n\n ![image](https://github.com/StevenDXC/LoadingStateView/blob/master/image/demo.gif)\n \n\nusage:\n\nlayout:\n```xml\n \u003ccom.dxc.loadingstateview.widget.LoadingStateView\n        android:id=\"@+id/loading_view\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:layout_gravity=\"center\"\n        app:view_size=\"large\"\n        app:color_empty=\"@color/empty_color\"\n        app:color_normal=\"@color/loading_color\"\n        app:color_success=\"@color/success_color\"\n        app:color_failed=\"@color/failed_color\"/\u003e\n```\n\n\nsuccess:\n```java\nmLoadingView.setViewState(LoadingStateView.STATE_SUCCESS);\n```\n\nfailed:\n```java\nmLoadingView.setViewState(LoadingStateView.STATE_FAILED);\n```\n\nempty:\n```java\n mLoadingView.setViewState(LoadingStateView.STATE_EMPTY_RESULT);\n```\n\n to loading state:\n ```java\n mLoadingView.setViewState(LoadingStateView.STATE_LOADING);\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevendxc%2Floadingstateview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevendxc%2Floadingstateview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevendxc%2Floadingstateview/lists"}