{"id":22612326,"url":"https://github.com/utsavdotpro/materialerrorview","last_synced_at":"2026-04-24T22:36:10.541Z","repository":{"id":115297534,"uuid":"343541075","full_name":"utsavdotpro/MaterialErrorView","owner":"utsavdotpro","description":"Simple icon + title + text + button type ErrorView on Material.io","archived":false,"fork":false,"pushed_at":"2021-03-01T20:42:51.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T23:46:09.337Z","etag":null,"topics":["android","android-library","error-view","material-ui","ui-component"],"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/utsavdotpro.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":"2021-03-01T20:01:50.000Z","updated_at":"2022-01-31T21:06:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2211926-e8ba-4c7b-bd7c-5a4d346120b7","html_url":"https://github.com/utsavdotpro/MaterialErrorView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/utsavdotpro/MaterialErrorView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FMaterialErrorView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FMaterialErrorView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FMaterialErrorView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FMaterialErrorView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utsavdotpro","download_url":"https://codeload.github.com/utsavdotpro/MaterialErrorView/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavdotpro%2FMaterialErrorView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260359871,"owners_count":22997384,"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","android-library","error-view","material-ui","ui-component"],"created_at":"2024-12-08T17:12:18.062Z","updated_at":"2026-04-24T22:36:10.527Z","avatar_url":"https://github.com/utsavdotpro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/u-barnwal/MaterialErrorView.svg)](https://jitpack.io/#u-barnwal/MaterialErrorView)\n# MaterialErrorView\nUI Component. Simple horizontal divider with title for android.\n\n## Sample\n\u003cimg  src=\"./samples/preview1.png\"\u003e\n\n## Implementation\n**Step 1:** Add to project level build.gradle\n\n    allprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n\n**Step 2:** Add to app level build.gradle\n\n\tdependencies {\n\t    implementation 'com.github.u-barnwal:MaterialErrorView:VERSION'\n\t}\n## How to use\n**Create view**\n\n    \u003ccom.isolpro.library.materialerrorview.MaterialErrorView\n      android:id=\"@+id/mev\"\n      android:layout_width=\"wrap_content\"\n      android:layout_height=\"wrap_content\"\n      android:layout_centerInParent=\"true\"\n      app:eb_action=\"Action\"\n      app:eb_icon=\"@drawable/img_empty\"\n      app:eb_show_icon=\"true\"\n      app:eb_message=\"Some descriptive error message!\" /\u003e\n\n\n**Setting action**\n\n    MaterialErrorView mev = findViewById(R.id.mev);\n\n    mev.setActionCallback(o -\u003e {\n      Toast.makeText(this, \"Performing the action!\", Toast.LENGTH_SHORT).show()\n    });\n\n\n## Features\n\n - Fully adaptive\n - Lightweight\n\n## Links\n - Live example\n   - https://pricelistlite.isolpro.in\n    - https://transactionslistlite.isolpro.in\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavdotpro%2Fmaterialerrorview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futsavdotpro%2Fmaterialerrorview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavdotpro%2Fmaterialerrorview/lists"}