{"id":13507627,"url":"https://github.com/loopj/android-smart-image-view","last_synced_at":"2025-04-08T08:12:42.799Z","repository":{"id":44173359,"uuid":"1466737","full_name":"loopj/android-smart-image-view","owner":"loopj","description":"Android ImageView replacement which allows image loading from URLs or contact address book, with caching","archived":false,"fork":false,"pushed_at":"2023-08-03T16:59:05.000Z","size":18,"stargazers_count":1294,"open_issues_count":49,"forks_count":502,"subscribers_count":117,"default_branch":"master","last_synced_at":"2025-04-01T05:33:45.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://loopj.com/android-smart-image-view/","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/loopj.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}},"created_at":"2011-03-11T04:23:12.000Z","updated_at":"2025-03-22T12:27:12.000Z","dependencies_parsed_at":"2022-07-26T16:02:15.633Z","dependency_job_id":"f9c01b15-2a24-4aa0-ac56-7328346e6299","html_url":"https://github.com/loopj/android-smart-image-view","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fandroid-smart-image-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fandroid-smart-image-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fandroid-smart-image-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fandroid-smart-image-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loopj","download_url":"https://codeload.github.com/loopj/android-smart-image-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801169,"owners_count":20998339,"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-08-01T02:00:37.193Z","updated_at":"2025-04-08T08:12:42.780Z","avatar_url":"https://github.com/loopj.png","language":"Java","funding_links":[],"categories":["CN","Java","Libs"],"sub_categories":["[James Smith](https://github.com/loopj)","\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"\n# Android Smart Image View\n\n## Overview\n\n`SmartImageView` is a drop-in replacement for Android's standard `ImageView` which additionally allows images to be loaded from URLs or the user's contact address book. Images are cached to memory and to disk for super fast loading.\n\n## Features\n\n- Drop-in replacement for `ImageView`\n- Load images from a **URL**\n- Load images from the phone's **contact address book**\n- Asynchronous loading of images, loading happens **outside the UI thread**\n- Images are **cached** to memory and to disk for **super fast loading**\n- `SmartImage` class is easily **extendable** to load from other sources\n\n## Installation \u0026 Basic Usage\n\nDownload the latest .jar file from github and place it in your Android app's `libs/` folder.\n\nAdd a `SmartImageView` to your activity's xml layout:\n\n```xml\n\u003ccom.loopj.android.image.SmartImageView android:id=\"@+id/my_image\" /\u003e\n```\n\nGet a reference to the layout's `SmartImageView`:\n\n```java\nSmartImageView myImage = (SmartImageView) this.findViewById(R.id.my_image);\n```\n\nLoad an image into the view from a URL:\n\n```java\nmyImage.setImageUrl(\"http://www.awesomeimages.com/myawesomeimage.jpg\");\n```\n\nLoad an image into the view from the phone's contact address book:\n\n```java\nmyImage.setImageContact(contactAddressBookId);\n```\n\n## Reporting Bugs or Feature Requests\n\nPlease report any bugs or feature requests on the github issues page for this project here:\n\n\u003chttps://github.com/loopj/android-smart-image-view/issues\u003e\n\n## License\n\nThe Android Smart Image View is released under the Android-friendly Apache License, Version 2.0. Read the full license here:\n\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fandroid-smart-image-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floopj%2Fandroid-smart-image-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fandroid-smart-image-view/lists"}