{"id":21702433,"url":"https://github.com/hamadakram/mural","last_synced_at":"2025-08-18T13:09:31.922Z","repository":{"id":107361299,"uuid":"124548865","full_name":"Hamadakram/Mural","owner":"Hamadakram","description":"A lightweight image loading library in Kotlin","archived":false,"fork":false,"pushed_at":"2018-03-12T07:38:33.000Z","size":18411,"stargazers_count":59,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T14:55:21.364Z","etag":null,"topics":["android-library","image-loading-library","kotlin","kotlin-android","kotlin-extensions","kotlin-library"],"latest_commit_sha":null,"homepage":null,"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/Hamadakram.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,"zenodo":null}},"created_at":"2018-03-09T14:11:42.000Z","updated_at":"2021-07-16T07:32:46.000Z","dependencies_parsed_at":"2023-05-21T10:00:36.547Z","dependency_job_id":null,"html_url":"https://github.com/Hamadakram/Mural","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hamadakram/Mural","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamadakram%2FMural","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamadakram%2FMural/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamadakram%2FMural/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamadakram%2FMural/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hamadakram","download_url":"https://codeload.github.com/Hamadakram/Mural/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamadakram%2FMural/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270997223,"owners_count":24682004,"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-18T02:00:08.743Z","response_time":89,"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":["android-library","image-loading-library","kotlin","kotlin-android","kotlin-extensions","kotlin-library"],"created_at":"2024-11-25T21:15:36.636Z","updated_at":"2025-08-18T13:09:31.913Z","avatar_url":"https://github.com/Hamadakram.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mural\nA lightweight image loading library in Kotlin\n\n![](https://github.com/Hamadakram/Mural/blob/master/art/banner.jpg?raw=true)\n## Download\nGrab via Gradle:\n```java\nimplementation 'com.irozon.mural:mural:1.0.1'\n```\n## Usage\n#### Using Kotlin Extensions\n```java\nimageView.placeholder = resources.getDrawable(R.drawable.placeholder)\nimageView.source = imageUrl // Url or drawable\n```\n#### Using Mural Builder\n```java\nMural.with(this)\n     .placeholder(R.drawable.placeholder)\n     .source(imageUrl)\n     .loadImage(imageView)\n```\n\n##### Other options\n```java\nMural.with(this)\n     .placeholder(R.drawable.placeholder)\n     .resize(300, 300) // Resize image\n     .disableCache() // Disable cache. By default its enabled\n     .source(imageUrl)\n     .loadImage(imageView)\n```\n##### Placeholder\nExtension: To use color as placeholder, use `ColorDrawable`\n```java\nimageView.placeholder = ColorDrawable(resources.getColor(R.color.colorAccent))\n```\nBuilder:\n```java\nMural.with(this)\n     .placeholder(R.color.colorAccent)\n     ...\n```\n## Authors\n\n* **Hammad Akram** - (https://github.com/hamadakram)\n\n## Contribution\nPull requests are welcome! Feel free to browse through open issues to look for things that need work. If you have a feature request or bug, please open a new issue so i can track it.\n## Licence\n```\nCopyright 2018 Irozon, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamadakram%2Fmural","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamadakram%2Fmural","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamadakram%2Fmural/lists"}